Home
last modified time | relevance | path

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

/haiku/headers/os/bluetooth/
H A DDiscoveryListener.h17 #define BT_INQUIRY_ERROR 0x03 // HCI_EVENT_X macro
32 static const int INQUIRY_ERROR = BT_INQUIRY_ERROR;
/haiku/src/kits/bluetooth/
H A DDiscoveryListener.cpp139 InquiryCompleted(BT_INQUIRY_ERROR); in MessageReceived()