Searched refs:followup_event (Results 1 – 1 of 1) sorted by relevance
1671 NanFollowupInd followup_event; in handleEvent() local1672 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent()1678 memcpy(followup_event.addr, it.get_data(), NAN_MAC_ADDR_LEN); in handleEvent()1680 followup_event.publish_subscribe_id = it.get_u16(); in handleEvent()1682 followup_event.requestor_instance_id = it.get_u32(); in handleEvent()1684 followup_event.service_specific_info_len = it.get_u16(); in handleEvent()1686 memcpy(followup_event.service_specific_info, it.get_data(), in handleEvent()1687 followup_event.service_specific_info_len); in handleEvent()1689 memcpy(followup_event.sdea_service_specific_info, it.get_data(), in handleEvent()1690 followup_event.sdea_service_specific_info_len); in handleEvent()[all …]