Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h360 } HciFlowSpecificationCompleteEventParam; typedef
H A Dhci.h1032 void (*flowSpecificationComplete)(const HciFlowSpecificationCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1245 if (BufferGetSize(payloadBuffer) != sizeof(HciFlowSpecificationCompleteEventParam)) { in HciEventOnFlowSpecificationCompleteEvent()
1249HciFlowSpecificationCompleteEventParam *param = (HciFlowSpecificationCompleteEventParam *)BufferPt… in HciEventOnFlowSpecificationCompleteEvent()