Lines Matching refs:notificationLen
581 size_t notificationLen = 0; in chppWifiServiceScanEventCallback() local
585 if (!chppWifiScanEventFromChre(event, ¬ification, ¬ificationLen)) { in chppWifiServiceScanEventCallback()
593 notificationLen = sizeof(struct ChppAppHeader); in chppWifiServiceScanEventCallback()
603 (notificationLen > sizeof(struct ChppAppHeader)) in chppWifiServiceScanEventCallback()
610 notificationLen); in chppWifiServiceScanEventCallback()
625 size_t notificationLen = 0; in chppWifiServiceRangingEventCallback() local
627 if (!chppWifiRangingEventFromChre(event, ¬ification, ¬ificationLen)) { in chppWifiServiceRangingEventCallback()
635 notificationLen = sizeof(struct ChppAppHeader); in chppWifiServiceRangingEventCallback()
645 (notificationLen > sizeof(struct ChppAppHeader)) in chppWifiServiceRangingEventCallback()
652 notificationLen = MIN(notificationLen, sizeof(struct ChppAppHeader)); in chppWifiServiceRangingEventCallback()
657 notificationLen); in chppWifiServiceRangingEventCallback()