Home
last modified time | relevance | path

Searched refs:readAuthenticatedPayloadTimeoutComplete (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.c1204 if (callbacks->readAuthenticatedPayloadTimeoutComplete != NULL) { in HciCmdOnReadAuthenticatedPayloadTimeoutFailed()
1205 callbacks->readAuthenticatedPayloadTimeoutComplete(&returnParam); in HciCmdOnReadAuthenticatedPayloadTimeoutFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c1257 if (callbacks->readAuthenticatedPayloadTimeoutComplete != NULL) { in HciEventOnReadAuthenticatedPayloadTimeoutComplete()
1258 callbacks->readAuthenticatedPayloadTimeoutComplete(&returnParam); in HciEventOnReadAuthenticatedPayloadTimeoutComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h865 …void (*readAuthenticatedPayloadTimeoutComplete)(const HciReadAuthenticatedPayloadTimeoutReturnPara… member