Searched refs:HciInquiryResponseNotificationEventParam (Results 1 – 3 of 3) sorted by relevance
786 } HciInquiryResponseNotificationEventParam; typedef
1154 void (*inquiryResponseNotification)(const HciInquiryResponseNotificationEventParam *eventParam);
1856 if (BufferGetSize(payloadBuffer) != sizeof(HciInquiryResponseNotificationEventParam)) { in HciEventOnInquiryResponseNotificationEvent()1860 HciInquiryResponseNotificationEventParam *param = in HciEventOnInquiryResponseNotificationEvent()1861 (HciInquiryResponseNotificationEventParam *)BufferPtr(payloadBuffer); in HciEventOnInquiryResponseNotificationEvent()