Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/ !
Dhci_event.c6196 case LE_ADV_NONCONN_IND: in process_adv_report()
6279 if (type == LE_ADV_NONCONN_IND || type == LE_ADV_SCAN_IND) in process_adv_report()
6442 return LE_ADV_NONCONN_IND; in ext_evt_type_to_legacy()
6466 return LE_ADV_NONCONN_IND; in ext_evt_type_to_legacy()
Dhci_sync.c1549 cp.type = LE_ADV_NONCONN_IND; in hci_enable_advertising_sync()
/linux-6.1.9/include/net/bluetooth/ !
Dhci.h2594 #define LE_ADV_NONCONN_IND 0x03 macro