Home
last modified time | relevance | path

Searched refs:HciCommandCompleteEventParam (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_cmd_complete.c43 if (BufferGetSize(payloadBuffer) < sizeof(HciCommandCompleteEventParam)) { in HciEventOnCommandCompleteEvent()
47 HciCommandCompleteEventParam *param = (HciCommandCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnCommandCompleteEvent()
54 uint8_t returnParametesLength = BufferGetSize(payloadBuffer) - sizeof(HciCommandCompleteEventParam); in HciEventOnCommandCompleteEvent()
58 const void *returnParametes = (uint8_t *)param + sizeof(HciCommandCompleteEventParam); in HciEventOnCommandCompleteEvent()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c498 HciCommandCompleteEventParam *evtParam = (HciCommandCompleteEventParam *)(*data + offset); in BtmFilterHciCmdCompleteEvt()
499 offset += sizeof(HciCommandCompleteEventParam); in BtmFilterHciCmdCompleteEvt()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h185 } HciCommandCompleteEventParam; typedef

Completed in 3 milliseconds