Home
last modified time | relevance | path

Searched refs:HciKeypressNotificationEventParam (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.c217 {HciCommonFilterAddress, offsetof(HciKeypressNotificationEventParam, bdAddr)},
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h544 } HciKeypressNotificationEventParam; typedef
H A Dhci.h1083 void (*keypressNotification)(const HciKeypressNotificationEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c882 if (BufferGetSize(payloadBuffer) != sizeof(HciKeypressNotificationEventParam)) { in HciEventOnKeypressNotificationEvent()
886HciKeypressNotificationEventParam *param = (HciKeypressNotificationEventParam *)BufferPtr(payloadB… in HciEventOnKeypressNotificationEvent()