Home
last modified time | relevance | path

Searched refs:leReadRfPathCompensationComplete (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.c1065 if (callbacks->leReadRfPathCompensationComplete != NULL) { in HciCmdOnLeReadRfPathCompensationFailed()
1066 callbacks->leReadRfPathCompensationComplete(&returnParam); in HciCmdOnLeReadRfPathCompensationFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c947 if (callbacks->leReadRfPathCompensationComplete != NULL) { in HciEventOnLeReadRFPathCompensationComplete()
948 callbacks->leReadRfPathCompensationComplete(&returnParam); in HciEventOnLeReadRFPathCompensationComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1378 …void (*leReadRfPathCompensationComplete)(const HciLeReadRfPathCompensationReturnParam *returnParam… member