Home
last modified time | relevance | path

Searched refs:leReadAdvertisingChannelTxPowerComplete (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c105 if (callbacks->leReadAdvertisingChannelTxPowerComplete != NULL) { in HciCmdOnReadAdvertisingChannelTxPowerFailed()
106 callbacks->leReadAdvertisingChannelTxPowerComplete(&returnParam); in HciCmdOnReadAdvertisingChannelTxPowerFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c107 if (callbacks->leReadAdvertisingChannelTxPowerComplete != NULL) { in HciEventOnLeReadAdvertisingChannelTxPowerComplete()
108 callbacks->leReadAdvertisingChannelTxPowerComplete(&returnParam); in HciEventOnLeReadAdvertisingChannelTxPowerComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1181 …void (*leReadAdvertisingChannelTxPowerComplete)(const HciLeReadAdvertisingChannelTxPowerReturnPara… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c957 .leReadAdvertisingChannelTxPowerComplete = GapRecvLeAdvReadTxPowerComplete,