Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c5911 if (adv_type != LE_ADV_IND && adv_type != LE_ADV_DIRECT_IND) in check_pending_le_conn()
6006 case LE_ADV_IND: in process_adv_report()
6085 if (!ext_adv && conn && type == LE_ADV_IND && in process_adv_report()
6145 if (type == LE_ADV_IND || type == LE_ADV_SCAN_IND) { in process_adv_report()
6176 if (!ext_adv && (type == LE_ADV_IND || in process_adv_report()
6246 return LE_ADV_IND; in ext_evt_type_to_legacy()
6265 return LE_ADV_IND; in ext_evt_type_to_legacy()
H A Dhci_sync.c1748 cp.type = LE_ADV_IND; in hci_enable_advertising_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2544 #define LE_ADV_IND 0x00 macro