Searched refs:sub_term_event (Results 1 – 1 of 1) sorted by relevance
1646 NanSubscribeTerminatedInd sub_term_event; in handleEvent() local1647 memset(&sub_term_event, 0, sizeof(NanSubscribeTerminatedInd)); in handleEvent()1653 sub_term_event.subscribe_id = it.get_u16(); in handleEvent()1654 ALOGI("sub id = %u", sub_term_event.subscribe_id); in handleEvent()1656 sub_term_event.reason = (NanStatusType)it.get_u16(); in handleEvent()1657 ALOGI("sub termination status %u", sub_term_event.reason); in handleEvent()1659 memcpy(sub_term_event.nan_reason, it.get_data(), in handleEvent()1660 sizeof(sub_term_event.nan_reason)); in handleEvent()1661 ALOGI("sub termination reason: %s", sub_term_event.nan_reason); in handleEvent()1667 GET_NAN_HANDLE(info)->mHandlers.EventSubscribeTerminated(&sub_term_event); in handleEvent()[all …]