Searched defs:ocf (Results 1 – 13 of 13) sorted by relevance
25 #define MAKE_OPCODE(ocf, ogf) ((ocf) | (ogf) << 10) argument
126 uint16_t ocf = GET_OCF(opCode); in HciOnLinkPolicyCmdFailed() local
160 uint16_t ocf = GET_OCF(opCode); in HciOnInformationalParametersCmdFailed() local
209 uint16_t ocf = GET_OCF(opCode); in HciOnStatusParametersCmdFailed() local
655 uint16_t ocf = GET_OCF(opCode); in HciOnLinkControlCmdFailed() local
1185 uint16_t ocf = GET_OCF(opCode); in HciOnLeControllerCmdFailed() local
1432 uint16_t ocf = GET_OCF(opCode); in HciOnControllerBasebandCmdFailed() local
140 uint16_t ocf = GET_OCF(opCode); in HciEventOnLinkPolicyCommandComplete() local
216 uint16_t ocf = GET_OCF(opCode); in HciEventOnInformationalParametersCommandComplete() local
220 uint16_t ocf = GET_OCF(opCode); in HciEventOnStatusParametersCommandComplete() local
1067 uint16_t ocf = GET_OCF(opCode); in HciEventOnLeCommandComplete() local
1456 uint16_t ocf = GET_OCF(opCode); in HciEventOnControllerBasebandCommandComplete() local
586 uint16_t BleScanFilterLsf::MakeVendorOpCode(uint16_t ocf) in MakeVendorOpCode()