Home
last modified time | relevance | path

Searched refs:HciInquiryResponseNotificationEventParam (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h786 } HciInquiryResponseNotificationEventParam; typedef
H A Dhci.h1154 void (*inquiryResponseNotification)(const HciInquiryResponseNotificationEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c1856 if (BufferGetSize(payloadBuffer) != sizeof(HciInquiryResponseNotificationEventParam)) { in HciEventOnInquiryResponseNotificationEvent()
1860 HciInquiryResponseNotificationEventParam *param = in HciEventOnInquiryResponseNotificationEvent()
1861 (HciInquiryResponseNotificationEventParam *)BufferPtr(payloadBuffer); in HciEventOnInquiryResponseNotificationEvent()