Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c129 if (param == NULL || (length != sizeof(HciLeReadRemoteFeaturesCompleteEventParam))) { in HciEventOnLeReadRemoteFeaturesCompleteEvent()
133HciLeReadRemoteFeaturesCompleteEventParam *eventParam = (HciLeReadRemoteFeaturesCompleteEventParam in HciEventOnLeReadRemoteFeaturesCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_evt.h86 } HciLeReadRemoteFeaturesCompleteEventParam; typedef
H A Dhci.h1399 … void (*leReadRemoteFeaturesComplete)(const HciLeReadRemoteFeaturesCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c315 HciLeReadRemoteFeaturesCompleteEventParam eventParam = { in HciCmdOnLeReadRemoteFeaturesFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1438 static void BtmOnLeReadRemoteFeaturesComplete(const HciLeReadRemoteFeaturesCompleteEventParam *even… in BtmOnLeReadRemoteFeaturesComplete()