Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_controller_baseband.c77 if (callbacks->flushComplete != NULL) { in HciCmdOnFlushFailed()
78 callbacks->flushComplete(&returnParam); in HciCmdOnFlushFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c473 if (callbacks->flushComplete != NULL) { in HciEventOnFlushComplete()
474 callbacks->flushComplete(&returnParam); in HciEventOnFlushComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h602 void (*flushComplete)(const HciFlushReturnParam *returnParam); member