Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c6007 case LE_ADV_SCAN_RSP: in process_adv_report()
6131 if (type == LE_ADV_SCAN_RSP) in process_adv_report()
6161 if (type != LE_ADV_SCAN_RSP || !match) { in process_adv_report()
6252 return LE_ADV_SCAN_RSP; in ext_evt_type_to_legacy()
6266 return LE_ADV_SCAN_RSP; in ext_evt_type_to_legacy()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2548 #define LE_ADV_SCAN_RSP 0x04 macro