Searched refs:TRACE_BT (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/bluetooth/
H A DDebug.h13 # define TRACE_BT(x...) printf(x) macro
15 # define TRACE_BT(x) macro
H A DBluetoothServer.cpp40 TRACE_BT("BluetoothServer: Wrong type frame code\n");
49 TRACE_BT("BluetoothServer: LocalDevice could not be fetched\n");
87 TRACE_BT("BluetoothServer server thread exited with: %s\n",
91 TRACE_BT("Shutting down bluetooth_server.\n");
114 TRACE_BT("General: Bluetooth event listener failed\n");
116 TRACE_BT("General: Bluetooth event listener Ready\n");
127 TRACE_BT("BluetoothServer: Failed launching the SDP server thread\n");
151 TRACE_BT("BluetoothServer: Requested LocalDevice %s\n", str.String());
161 TRACE_BT("LocalDevice %s id=%" B_PRId32 " added\n", str.String(),
164 TRACE_BT("BluetoothServe
[all...]
H A DLocalDeviceImpl.cpp87 TRACE_BT("LocalDeviceImpl: Unregistering %" B_PRId32 "\n",
290 TRACE_BT("LocalDeviceImpl: Incoming CommandComplete(%d) for %s\n", commandComplete->ncmd,
306 TRACE_BT("LocalDeviceImpl: Incoming CommandStatus(%d)(%s) for %s\n", commandStatus->ncmd,
318 TRACE_BT("LocalDeviceImpl: Incoming %s event\n", BluetoothEvent(event->ecode));
328 TRACE_BT("LocalDeviceImpl: Event %s could not be understood or delivered\n",
352 TRACE_BT("LocalDeviceImpl: Nobody waiting for the event\n");
388 TRACE_BT("LocalDeviceImpl: Reply for Local Version %x\n", version->status);
410 TRACE_BT("LocalDeviceImpl: Page Timeout=%x\n", pageTimeout->page_timeout);
459 TRACE_BT("LocalDeviceImpl: Packet type %x role switch %d encrypt %d\n",
465 TRACE_BT("LocalDeviceImp
[all...]
H A DDeviceManager.cpp39 TRACE_BT("Something new in the bus ... ");
46 TRACE_BT("DeviceManager: -> %s\n", name);
65 TRACE_BT("Something removed from the bus ...\n");
88 TRACE_BT("AddDirectory::Initcheck Failed\n");
94 TRACE_BT("AddDirectory::watch_node Failed\n");
101 // TRACE_BT("DeviceManager: Exploring entries in %s\n", str.String());
110 TRACE_BT("DeviceManager: Finished exploring entries(%s)\n", strerror(error));
157 TRACE_BT("DeviceManager: Device %s registered\n", path.Path());
233 TRACE_BT("DeviceManager: %s path being monitored\n", path.Path());
247 TRACE_BT("DeviceManage
[all...]

Completed in 149 milliseconds