Home
last modified time | relevance | path

Searched refs:leWriteRfPathCompensationComplete (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.c1079 if (callbacks->leWriteRfPathCompensationComplete != NULL) { in HciCmdOnLeWriteRfPathCompensationParamFailed()
1080 callbacks->leWriteRfPathCompensationComplete(&returnParam); in HciCmdOnLeWriteRfPathCompensationParamFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c961 if (callbacks->leWriteRfPathCompensationComplete != NULL) { in HciEventOnLeWriteRFPathCompensationComplete()
962 callbacks->leWriteRfPathCompensationComplete(&returnParam); in HciEventOnLeWriteRFPathCompensationComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1381 …void (*leWriteRfPathCompensationComplete)(const HciLeWriteRfPathCompensationReturnParam *returnPar… member