Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c6019 case LE_ADV_SCAN_IND: in process_adv_report()
6105 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND) in process_adv_report()
6156 if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) { in process_adv_report()
6188 type == LE_ADV_SCAN_IND)) { in process_adv_report()
6261 return LE_ADV_SCAN_IND; in ext_evt_type_to_legacy()
6283 return LE_ADV_SCAN_IND; in ext_evt_type_to_legacy()
H A Dhci_sync.c1756 cp.type = LE_ADV_SCAN_IND; in hci_enable_advertising_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2560 #define LE_ADV_SCAN_IND 0x02 macro