Home
last modified time | relevance | path

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

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