Home
last modified time | relevance | path

Searched refs:writeAuthenticationEnableComplete (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.c343 if (callbacks->writeAuthenticationEnableComplete != NULL) { in HciCmdOnWriteAuthenticationEnableFailed()
344 callbacks->writeAuthenticationEnableComplete(&returnParam); in HciCmdOnWriteAuthenticationEnableFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c627 if (callbacks->writeAuthenticationEnableComplete != NULL) { in HciEventOnWriteAuthenticationEnableComplete()
628 callbacks->writeAuthenticationEnableComplete(&returnParam); in HciEventOnWriteAuthenticationEnableComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h662 …void (*writeAuthenticationEnableComplete)(const HciWriteAuthenticationEnableReturnParam *returnPar… member