Searched refs:HciLinkKeyNotificationEventParam (Results 1 – 7 of 7) sorted by relevance
181 {HciCommonFilterAddress, offsetof(HciLinkKeyNotificationEventParam, bdAddr)},
118 void GapOnLinkKeyNotificationEvent(const HciLinkKeyNotificationEventParam *eventParam);
371 static void GapRecvLinkKeyNotificationEvent(const HciLinkKeyNotificationEventParam *eventParam) in GapRecvLinkKeyNotificationEvent()
1536 NO_SANITIZE("cfi") void GapOnLinkKeyNotificationEvent(const HciLinkKeyNotificationEventParam *event… in GapOnLinkKeyNotificationEvent()
290 } HciLinkKeyNotificationEventParam; typedef
1011 void (*linkKeyNotification)(const HciLinkKeyNotificationEventParam *eventParam);
458 …HciLinkKeyNotificationEventParam *param = (HciLinkKeyNotificationEventParam *)BufferPtr(payloadBuf… in HciEventOnLinkKeyNotificationEvent()463 if (length != sizeof(HciLinkKeyNotificationEventParam)) { in HciEventOnLinkKeyNotificationEvent()