Home
last modified time | relevance | path

Searched refs:HCI_EVENT_CONN_COMPLETE (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp46 case HCI_EVENT_CONN_COMPLETE: in PostEvent()
/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp198 request.AddInt16("eventExpected", HCI_EVENT_CONN_COMPLETE); in Authenticate()
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h33 #define HCI_EVENT_CONN_COMPLETE 0x03 macro
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp159 case HCI_EVENT_CONN_COMPLETE: in HandleExpectedRequest()
881 newrequest->AddInt16("eventExpected", HCI_EVENT_CONN_COMPLETE); in ConnectionRequest()