Home
last modified time | relevance | path

Searched refs:writeCurrentIacLapComplete (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_controller_baseband.c627 if (callbacks->writeCurrentIacLapComplete != NULL) { in HciCmdOnWriteCurrentIacLapFailed()
628 callbacks->writeCurrentIacLapComplete(&returnParam); in HciCmdOnWriteCurrentIacLapFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c249 if (callbacks->writeCurrentIacLapComplete != NULL) { in HciEventOnWriteCurrentIacLapComplete()
250 callbacks->writeCurrentIacLapComplete(&returnParam); in HciEventOnWriteCurrentIacLapComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h723 void (*writeCurrentIacLapComplete)(const HciWriteCurrentIacLapReturnParam *returnParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c926 .writeCurrentIacLapComplete = GapRecvWriteCurrentIACLAPComplete,