Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_event.c5118 case LE_ADV_SCAN_IND: in process_adv_report()
5207 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND) in process_adv_report()
5231 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND || in process_adv_report()
5245 if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) { in process_adv_report()
5276 if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) { in process_adv_report()
5336 return LE_ADV_SCAN_IND; in ext_evt_type_to_legacy()
5361 return LE_ADV_SCAN_IND; in ext_evt_type_to_legacy()
Dhci_request.c1091 cp.type = LE_ADV_SCAN_IND; in __hci_req_enable_advertising()
/Linux-v4.19/include/net/bluetooth/
Dhci.h2058 #define LE_ADV_SCAN_IND 0x02 macro