- Add Strings for bluetooth events

- Use then in bluetooth server output



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29750 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2009-03-28 01:03:05 +00:00
parent 1000f8b212
commit d081e691a0
3 changed files with 79 additions and 1 deletions
@@ -73,6 +73,9 @@ LocalDeviceImpl::HandleEvent(struct hci_event_header* event)
}
printf("### \n");
Output::Instance()->Postf(BLACKBOARD_LD(GetID()),"Incomming %s event\n",
GetEvent(event->ecode));
// Events here might have not been initated by us
// TODO: ML mark as handled pass a reply by parameter and reply in common
switch (event->ecode) {