Searched defs:PACK_PORTCODE (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h154 #define PACK_PORTCODE(type,hid,data) ((type & 0xFF) << 24 | (hid & 0xFF) << 16 | (data & 0xFFFF)) macro

Completed in 14 milliseconds