Home
last modified time | relevance | path

Searched refs:leTestEndComplete (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_le_controller.c451 if (callbacks->leTestEndComplete != NULL) { in HciCmdOnLeTestEndFailed()
452 callbacks->leTestEndComplete(&returnParam); in HciCmdOnLeTestEndFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c681 if (callbacks->leTestEndComplete != NULL) { in HciEventOnLeTestEndComplete()
682 callbacks->leTestEndComplete(&returnParam); in HciEventOnLeTestEndComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1242 void (*leTestEndComplete)(const HciLeTestEndReturnParam *returnParam); member