Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_event.c5152 if (adv_type != LE_ADV_IND && adv_type != LE_ADV_DIRECT_IND) in check_pending_le_conn()
5243 case LE_ADV_IND: in process_adv_report()
5314 if (conn && type == LE_ADV_IND) { in process_adv_report()
5372 if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) { in process_adv_report()
5403 if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) { in process_adv_report()
5459 return LE_ADV_IND; in ext_evt_type_to_legacy()
5481 return LE_ADV_IND; in ext_evt_type_to_legacy()
Dhci_request.c1093 cp.type = LE_ADV_IND; in __hci_req_enable_advertising()
/Linux-v5.4/include/net/bluetooth/
Dhci.h2103 #define LE_ADV_IND 0x00 macro