Home
last modified time | relevance | path

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

/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp364 if (version->status == BT_OK) { in CommandComplete()
406 if (pageTimeout->status == BT_OK) { in CommandComplete()
430 if (features->status == BT_OK) { in CommandComplete()
483 if (buffer->status == BT_OK) { in CommandComplete()
518 if (readbdaddr->status == BT_OK) { in CommandComplete()
542 if (classDev->status == BT_OK) { in CommandComplete()
569 if (readLocalName->status == BT_OK) { in CommandComplete()
662 if (scanEnable->status == BT_OK) { in CommandComplete()
745 if (event->status == BT_OK) { in CommandStatus()
839 if (remotename->status == BT_OK) { in RemoteNameRequestComplete()
[all …]
/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp90 if ((reply.FindInt8("status", &status) == B_OK) && (status == BT_OK)) { in GetFriendlyName()
203 if (btStatus == BT_OK) { in Authenticate()
245 if (btStatus == BT_OK) in Disconnect()
/haiku/headers/os/bluetooth/
H A Dbluetooth_error.h11 #define BT_OK B_OK macro