Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1524 if (callbacks->flowSpecModifyComplete != NULL) { in HciEventOnFlowSpecModifyCompleteEvent()
1525 callbacks->flowSpecModifyComplete(param); in HciEventOnFlowSpecModifyCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1111 void (*flowSpecModifyComplete)(const HciFlowSpecModifyCompleteEventParam *eventParam); member