Home
last modified time | relevance | path

Searched refs:attr_type (Results 1 – 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp1515 u16 attr_type; in handleEvent() local
1528 attr_type = it.get_type(); in handleEvent()
1530 if (attr_type == NAN_ATTRIBUTE_PUBLISH_ID) { in handleEvent()
1533 } else if (attr_type == NAN_ATTRIBUTE_STATUS) { in handleEvent()
1536 } else if (attr_type == NAN_ATTRIBUTE_REASON) { in handleEvent()
1541 ALOGE("Unknown attr: %u\n", attr_type); in handleEvent()
1557 attr_type = it.get_type(); in handleEvent()
1559 if (attr_type == NAN_ATTRIBUTE_SUBSCRIBE_ID) { in handleEvent()
1562 } else if (attr_type == NAN_ATTRIBUTE_PUBLISH_ID) { in handleEvent()
1565 } else if (attr_type == NAN_ATTRIBUTE_MAC_ADDR) { in handleEvent()
[all …]