Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Deir.c306 if (instance_flags & MGMT_ADV_FLAG_TX_POWER) { in eir_create_adv_data()
H A Dmgmt.c8327 flags |= MGMT_ADV_FLAG_TX_POWER; in get_supported_adv_flags()
8417 if (adv_flags & MGMT_ADV_FLAG_TX_POWER) in tlv_data_max_len()
8439 return adv_flags & MGMT_ADV_FLAG_TX_POWER; in tx_power_managed()
H A Dhci_core.c1829 flags = MGMT_ADV_FLAG_TX_POWER | MGMT_ADV_FLAG_MANAGED_FLAGS; in hci_adv_instance_flags()
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h573 #define MGMT_ADV_FLAG_TX_POWER BIT(4) macro