Home
last modified time | relevance | path

Searched refs:readRemoteVersionInformationComplete (Results 1 - 4 of 4) sorted by relevance

/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()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h981 void (*readRemoteVersionInformationComplete)(const HciReadRemoteVersionInformationCompleteEventParam *eventParam); member
/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()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2409 .readRemoteVersionInformationComplete = BtmOnReadRemoteVersionInformationComplete,

Completed in 11 milliseconds