Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c5471 case LE_ADV_NONCONN_IND: in process_adv_report()
5562 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND) in process_adv_report()
5586 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND || in process_adv_report()
5700 return LE_ADV_NONCONN_IND; in ext_evt_type_to_legacy()
5724 return LE_ADV_NONCONN_IND; in ext_evt_type_to_legacy()
Dhci_request.c1547 cp.type = LE_ADV_NONCONN_IND; in __hci_req_enable_advertising()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h2275 #define LE_ADV_NONCONN_IND 0x03 macro