Home
last modified time | relevance | path

Searched refs:readRemoteVersionInformationComplete (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_link_ctrl.c325 if (callbacks->readRemoteVersionInformationComplete != NULL) { in HciCmdOnReadRemoteVersionInformationFailed()
326 callbacks->readRemoteVersionInformationComplete(&eventParam); in HciCmdOnReadRemoteVersionInformationFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c312 if (callbacks->readRemoteVersionInformationComplete != NULL) { in HciEventOnReadRemoteVersionInformationCompleteEvent()
313 callbacks->readRemoteVersionInformationComplete(param); in HciEventOnReadRemoteVersionInformationCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h981 …void (*readRemoteVersionInformationComplete)(const HciReadRemoteVersionInformationCompleteEventPar… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2409 .readRemoteVersionInformationComplete = BtmOnReadRemoteVersionInformationComplete,