Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Deir.c354 if ((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->appearance) in eir_create_scan_rsp()
H A Dhci_core.c1773 if (((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->appearance) || in hci_set_adv_instance_data()
1827 if (adv->flags & MGMT_ADV_FLAG_APPEARANCE || in hci_adv_instance_is_scannable()
H A Dmgmt.c3876 return adv_expire_sync(hdev, MGMT_ADV_FLAG_APPEARANCE); in appearance_changed_sync()
8331 flags |= MGMT_ADV_FLAG_APPEARANCE; in get_supported_adv_flags()
8439 if (adv_flags & (MGMT_ADV_FLAG_APPEARANCE)) in tlv_data_max_len()
8465 return adv_flags & MGMT_ADV_FLAG_APPEARANCE; in appearance_managed()
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h574 #define MGMT_ADV_FLAG_APPEARANCE BIT(5) macro