Home
last modified time | relevance | path

Searched refs:MGMT_ADV_FLAG_MANAGED_FLAGS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Deir.c279 if (flags || (instance_flags & MGMT_ADV_FLAG_MANAGED_FLAGS)) { in eir_create_adv_data()
H A Dmgmt.c8330 flags |= MGMT_ADV_FLAG_MANAGED_FLAGS; in get_supported_adv_flags()
8430 MGMT_ADV_FLAG_MANAGED_FLAGS)) in tlv_data_max_len()
8450 MGMT_ADV_FLAG_MANAGED_FLAGS); in flags_managed()
H A Dhci_core.c1790 flags = MGMT_ADV_FLAG_TX_POWER | MGMT_ADV_FLAG_MANAGED_FLAGS; in hci_adv_instance_flags()
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h572 #define MGMT_ADV_FLAG_MANAGED_FLAGS BIT(3) macro