Home
last modified time | relevance | path

Searched defs:ocf (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_cmd_common.h25 #define MAKE_OPCODE(ocf, ogf) ((ocf) | (ogf) << 10) argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_policy.c126 uint16_t ocf = GET_OCF(opCode); in HciOnLinkPolicyCmdFailed() local
H A Dhci_cmd_failure_info_params.c160 uint16_t ocf = GET_OCF(opCode); in HciOnInformationalParametersCmdFailed() local
H A Dhci_cmd_failure_status_params.c209 uint16_t ocf = GET_OCF(opCode); in HciOnStatusParametersCmdFailed() local
H A Dhci_cmd_failure_link_ctrl.c655 uint16_t ocf = GET_OCF(opCode); in HciOnLinkControlCmdFailed() local
H A Dhci_cmd_failure_le_controller.c1185 uint16_t ocf = GET_OCF(opCode); in HciOnLeControllerCmdFailed() local
H A Dhci_cmd_failure_controller_baseband.c1432 uint16_t ocf = GET_OCF(opCode); in HciOnControllerBasebandCmdFailed() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_link_policy_cmd_complete.c140 uint16_t ocf = GET_OCF(opCode); in HciEventOnLinkPolicyCommandComplete() local
H A Dhci_evt_info_params_cmd_complete.c216 uint16_t ocf = GET_OCF(opCode); in HciEventOnInformationalParametersCommandComplete() local
H A Dhci_evt_status_params_cmd_complete.c220 uint16_t ocf = GET_OCF(opCode); in HciEventOnStatusParametersCommandComplete() local
H A Dhci_evt_le_cmd_complete.c1067 uint16_t ocf = GET_OCF(opCode); in HciEventOnLeCommandComplete() local
H A Dhci_evt_controller_baseband_cmd_complete.c1456 uint16_t ocf = GET_OCF(opCode); in HciEventOnControllerBasebandCommandComplete() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp586 uint16_t BleScanFilterLsf::MakeVendorOpCode(uint16_t ocf) in MakeVendorOpCode()