Searched refs:ogf (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/bluetooth/
H A DCommandManager.h30 BluetoothCommand(uint8 ogf, uint8 ocf) argument
40 fHeader->opcode = B_HOST_TO_LENDIAN_INT16(PACK_OPCODE(ogf, ocf));
/haiku/src/kits/bluetooth/
H A DCommandManager.cpp17 buildCommand(uint8 ogf, uint8 ocf, void** param, size_t psize, argument
28 header->opcode = B_HOST_TO_LENDIAN_INT16(PACK_OPCODE(ogf, ocf));
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h20 #define PACK_OPCODE(ogf, ocf) (uint16)((ocf & 0x03ff)|(ogf << 10))

Completed in 35 milliseconds