Searched refs:commandOpcode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
H A D | hci_evt_cmd_complete.c | 52 HciCmdOnCommandComplete(param->commandOpcode); in HciEventOnCommandCompleteEvent() 60 switch (GET_OGF(param->commandOpcode)) { in HciEventOnCommandCompleteEvent() 62 …HciEventOnLinkControlCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent() 65 … HciEventOnLinkPolicyCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent() 68 …HciEventOnControllerBasebandCommandComplete(param->commandOpcode, returnParametes, returnParametes… in HciEventOnCommandCompleteEvent() 72 param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent() 75 …HciEventOnStatusParametersCommandComplete(param->commandOpcode, returnParametes, returnParametesLe… in HciEventOnCommandCompleteEvent() 78 … HciEventOnLeCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent() 81 … HciEventOnVendorCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent()
|
H A D | hci_evt.c | 164 HciCmdOnCommandStatus(param->commandOpcode, param->status); in HciEventOnCommandStatusEvent() 169 callbacks->commandStatus(param->status, param->commandOpcode); in HciEventOnCommandStatusEvent()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_cmd.c | 501 switch (GET_OGF(evtParam->commandOpcode)) { in BtmFilterHciCmdCompleteEvt() 503 filterFuncInfo = &G_LINK_CONTROL_FILTER_FUNC_MAP[GET_OCF(evtParam->commandOpcode)]; in BtmFilterHciCmdCompleteEvt() 506 filterFuncInfo = &G_LINK_POLICY_FILTER_FUNC_MAP[GET_OCF(evtParam->commandOpcode)]; in BtmFilterHciCmdCompleteEvt() 509 … filterFuncInfo = &G_CONTROLLER_AND_BASEBAND_FILTER_FUNC_MAP[GET_OCF(evtParam->commandOpcode)]; in BtmFilterHciCmdCompleteEvt() 512 … filterFuncInfo = &G_INFORMATION_PARAMETER_FILTER_FUNC_MAP[GET_OCF(evtParam->commandOpcode)]; in BtmFilterHciCmdCompleteEvt() 515 filterFuncInfo = &G_LE_CONTROLLER_FILTER_FUNC_MAP[GET_OCF(evtParam->commandOpcode)]; in BtmFilterHciCmdCompleteEvt()
|
H A D | btm_acl.c | 1654 static void BtmAclOnCommandStatus(uint8_t status, uint16_t commandOpcode) in BtmAclOnCommandStatus() argument 1656 if (commandOpcode == HCI_DISCONNECT) { in BtmAclOnCommandStatus()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_evt.h | 184 uint16_t commandOpcode; member 194 uint16_t commandOpcode; member
|
H A D | hci.h | 987 void (*commandStatus)(uint8_t status, uint16_t commandOpcode);
|