Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h526 } HciEnhancedFlushCompleteEventParam; typedef
H A Dhci.h1077 void (*enhancedFlushComplete)(const HciEnhancedFlushCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1318 if (BufferGetSize(payloadBuffer) != sizeof(HciEnhancedFlushCompleteEventParam)) { in HciEventOnEnhancedFlushCompleteEvent()
1322HciEnhancedFlushCompleteEventParam *param = (HciEnhancedFlushCompleteEventParam *)BufferPtr(payloa… in HciEventOnEnhancedFlushCompleteEvent()