Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c5467 case LE_ADV_SCAN_IND: in process_adv_report()
5559 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND) in process_adv_report()
5583 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND || in process_adv_report()
5597 if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) { in process_adv_report()
5629 type == LE_ADV_SCAN_IND)) { in process_adv_report()
5695 return LE_ADV_SCAN_IND; in ext_evt_type_to_legacy()
5717 return LE_ADV_SCAN_IND; in ext_evt_type_to_legacy()
H A Dhci_request.c1489 cp.type = LE_ADV_SCAN_IND; in __hci_req_enable_advertising()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2272 #define LE_ADV_SCAN_IND 0x02 macro