Searched refs:GET_OPCODE_OCF (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/bluetooth/
H A DCommandManager.cpp667 return linkControlCommands[GET_OPCODE_OCF(opcode) - 1];
671 return linkPolicyCommands[GET_OPCODE_OCF(opcode) - 1];
675 return controllerBasebandCommands[GET_OPCODE_OCF(opcode) - 1];
679 return informationalParametersCommands[GET_OPCODE_OCF(opcode) - 1];
683 return statusParametersCommands[GET_OPCODE_OCF(opcode) - 1];
687 return testingCommands[GET_OPCODE_OCF(opcode) - 1];
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h22 #define GET_OPCODE_OCF(op) (op & 0x03ff) macro

Completed in 37 milliseconds