Home
last modified time | relevance | path

Searched refs:returnParametesLength (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_cmd_complete.c54 …uint8_t returnParametesLength = BufferGetSize(payloadBuffer) - sizeof(HciCommandCompleteEventParam… in HciEventOnCommandCompleteEvent() local
55 if (returnParametesLength == 0) { in HciEventOnCommandCompleteEvent()
62 …HciEventOnLinkControlCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent()
65 … HciEventOnLinkPolicyCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent()
68 …tOnControllerBasebandCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent()
72 param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent()
75 …entOnStatusParametersCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent()
78 … HciEventOnLeCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent()
81 … HciEventOnVendorCommandComplete(param->commandOpcode, returnParametes, returnParametesLength); in HciEventOnCommandCompleteEvent()