Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_event.c6197 case LE_ADV_SCAN_RSP: in process_adv_report()
6324 if (type == LE_ADV_SCAN_RSP) in process_adv_report()
6354 if (type != LE_ADV_SCAN_RSP || !match) { in process_adv_report()
6445 return LE_ADV_SCAN_RSP; in ext_evt_type_to_legacy()
6459 return LE_ADV_SCAN_RSP; in ext_evt_type_to_legacy()
/linux-6.1.9/include/net/bluetooth/
Dhci.h2595 #define LE_ADV_SCAN_RSP 0x04 macro