Home
last modified time | relevance | path

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

/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h156 #define GET_PORTCODE_HID(code) ((code & 0x00FF0000) >> 16) macro
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp46 LocateLocalDeviceImpl(GET_PORTCODE_HID(code)); in DispatchEvent()