Home
last modified time | relevance | path

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

/haiku/headers/private/bluetooth/
H A Dbluetoothserver_p.h12 #define BT_MSG_ACQUIRE_LOCAL_DEVICE 'btAd' macro
/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp63 BMessage request(BT_MSG_ACQUIRE_LOCAL_DEVICE); in GetLocalDevice()
72 BMessage request(BT_MSG_ACQUIRE_LOCAL_DEVICE); in GetLocalDevice()
82 BMessage request(BT_MSG_ACQUIRE_LOCAL_DEVICE); in GetLocalDevice()
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp187 case BT_MSG_ACQUIRE_LOCAL_DEVICE: in MessageReceived()