Home
last modified time | relevance | path

Searched refs:HciReadRemoteVersionInformationCompleteEventParam (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h161 } HciReadRemoteVersionInformationCompleteEventParam; typedef
H A Dhci.h981 …void (*readRemoteVersionInformationComplete)(const HciReadRemoteVersionInformationCompleteEventPar…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c300 HciReadRemoteVersionInformationCompleteEventParam *param = in HciEventOnReadRemoteVersionInformationCompleteEvent()
301 (HciReadRemoteVersionInformationCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnReadRemoteVersionInformationCompleteEvent()
306 if (length != sizeof(HciReadRemoteVersionInformationCompleteEventParam)) { in HciEventOnReadRemoteVersionInformationCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c318 HciReadRemoteVersionInformationCompleteEventParam eventParam = { in HciCmdOnReadRemoteVersionInformationFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1473 const HciReadRemoteVersionInformationCompleteEventParam *eventParam) in BtmOnReadRemoteVersionInformationComplete()