Home
last modified time | relevance | path

Searched refs:MGMT_ADV_FLAG_DISCOV (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Deir.c270 if (instance_flags & MGMT_ADV_FLAG_DISCOV) in eir_create_adv_data()
H A Dmgmt.c8312 flags |= MGMT_ADV_FLAG_DISCOV; in get_supported_adv_flags()
8412 if (adv_flags & (MGMT_ADV_FLAG_DISCOV | in tlv_data_max_len()
8432 return adv_flags & (MGMT_ADV_FLAG_DISCOV | in flags_managed()
H A Dhci_core.c1840 flags |= MGMT_ADV_FLAG_DISCOV; in hci_adv_instance_flags()
H A Dhci_sync.c870 if ((flags & MGMT_ADV_FLAG_DISCOV) && in adv_use_rpa()
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h570 #define MGMT_ADV_FLAG_DISCOV BIT(1) macro