Home
last modified time | relevance | path

Searched refs:readCurrentIacLapComplete (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.c613 if (callbacks->readCurrentIacLapComplete != NULL) { in HciCmdOnReadCurrentIacLapFailed()
614 callbacks->readCurrentIacLapComplete(&returParam); in HciCmdOnReadCurrentIacLapFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c235 if (callbacks->readCurrentIacLapComplete != NULL) { in HciEventOnReadCurrentIacLapComplete()
236 callbacks->readCurrentIacLapComplete(&returnParam); in HciEventOnReadCurrentIacLapComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h720 void (*readCurrentIacLapComplete)(const HciReadCurrentIacLapReturnParam *returnParam); member