Home
last modified time | relevance | path

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

/linux-5.19.10/net/bluetooth/
Dhci_event.c5954 case LE_ADV_SCAN_IND: in process_adv_report()
6051 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND) in process_adv_report()
6075 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND || in process_adv_report()
6089 if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) { in process_adv_report()
6121 type == LE_ADV_SCAN_IND)) { in process_adv_report()
6192 return LE_ADV_SCAN_IND; in ext_evt_type_to_legacy()
6214 return LE_ADV_SCAN_IND; in ext_evt_type_to_legacy()
Dhci_request.c954 cp.type = LE_ADV_SCAN_IND; in __hci_req_enable_advertising()
Dhci_sync.c1047 cp.type = LE_ADV_SCAN_IND; in hci_enable_advertising_sync()
/linux-5.19.10/include/net/bluetooth/
Dhci.h2458 #define LE_ADV_SCAN_IND 0x02 macro