Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c5469 case LE_ADV_SCAN_RSP: in process_adv_report()
5584 type == LE_ADV_SCAN_RSP) in process_adv_report()
5616 if (type != LE_ADV_SCAN_RSP || !match) { in process_adv_report()
5700 return LE_ADV_SCAN_RSP; in ext_evt_type_to_legacy()
5714 return LE_ADV_SCAN_RSP; in ext_evt_type_to_legacy()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2274 #define LE_ADV_SCAN_RSP 0x04 macro