Home
last modified time | relevance | path

Searched refs:HciRemoteHostSupportedFeaturesNotificationEventParam (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c218 {HciCommonFilterAddress, offsetof(HciRemoteHostSupportedFeaturesNotificationEventParam, addr)},
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h553 } HciRemoteHostSupportedFeaturesNotificationEventParam; typedef
H A Dhci.h1087 const HciRemoteHostSupportedFeaturesNotificationEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c324 HciRemoteHostSupportedFeaturesNotificationEventParam *param = in HciEventOnRemoteHostSupportedFeaturesNotificationEvent()
325 (HciRemoteHostSupportedFeaturesNotificationEventParam *)BufferPtr(payloadBuffer); in HciEventOnRemoteHostSupportedFeaturesNotificationEvent()
330 if (length != sizeof(HciRemoteHostSupportedFeaturesNotificationEventParam)) { in HciEventOnRemoteHostSupportedFeaturesNotificationEvent()