Home
last modified time | relevance | path

Searched refs:BluetoothError (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp307 BluetoothError(commandStatus->status), in HandleEvent()
629 BluetoothError(linkKeyRetrieval->status), in CommandComplete()
649 TRACE_BT("LocalDeviceImpl: Status %s addresss=%s\n", BluetoothError(linkKeyReply->status), in CommandComplete()
848 BluetoothError(remotename->status)); in RemoteNameRequestComplete()
924 BluetoothError(event->status)); in ConnectionComplete()
953 BluetoothError(event->reason), event->status); in DisconnectionComplete()
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI.h28 const char* BluetoothError(uint8 error);
/haiku/src/kits/bluetooth/
H A DCommandManager.cpp725 BluetoothError(uint8 error) in BluetoothError() function