Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Deir.c355 if ((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->appearance) in eir_create_scan_rsp()
H A Dhci_core.c1782 if (((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->appearance) || in hci_set_adv_instance_data()
1836 if (adv->flags & MGMT_ADV_FLAG_APPEARANCE || in hci_adv_instance_is_scannable()
H A Dmgmt.c4076 return adv_expire_sync(hdev, MGMT_ADV_FLAG_APPEARANCE); in appearance_changed_sync()
8486 flags |= MGMT_ADV_FLAG_APPEARANCE; in get_supported_adv_flags()
8594 if (adv_flags & (MGMT_ADV_FLAG_APPEARANCE)) in tlv_data_max_len()
8620 return adv_flags & MGMT_ADV_FLAG_APPEARANCE; in appearance_managed()
/linux/include/net/bluetooth/
H A Dmgmt.h582 #define MGMT_ADV_FLAG_APPEARANCE BIT(5) macro