Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1256 if (callbacks->flowSpecificationComplete != NULL) { in HciEventOnFlowSpecificationCompleteEvent()
1257 callbacks->flowSpecificationComplete(param); in HciEventOnFlowSpecificationCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1032 void (*flowSpecificationComplete)(const HciFlowSpecificationCompleteEventParam *eventParam); member