Home
last modified time | relevance | path

Searched refs:BT_INQUIRY_COMPLETED (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/bluetooth/
H A DDiscoveryListener.h15 #define BT_INQUIRY_COMPLETED 0x01 // HCI_EVENT_X check specs macro
30 static const int INQUIRY_COMPLETED = BT_INQUIRY_COMPLETED;
/haiku/src/kits/bluetooth/
H A DDiscoveryListener.cpp131 InquiryCompleted(BT_INQUIRY_COMPLETED); in MessageReceived()