Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Deir.c369 if ((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->appearance) in eir_create_scan_rsp()
Dhci_core.c1822 if (((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->appearance) || in hci_set_adv_instance_data()
1876 if (adv->flags & MGMT_ADV_FLAG_APPEARANCE || in hci_adv_instance_is_scannable()
Dmgmt.c3916 return adv_expire_sync(hdev, MGMT_ADV_FLAG_APPEARANCE); in appearance_changed_sync()
8385 flags |= MGMT_ADV_FLAG_APPEARANCE; in get_supported_adv_flags()
8493 if (adv_flags & (MGMT_ADV_FLAG_APPEARANCE)) in tlv_data_max_len()
8519 return adv_flags & MGMT_ADV_FLAG_APPEARANCE; in appearance_managed()
/linux-6.6.21/include/net/bluetooth/
Dmgmt.h574 #define MGMT_ADV_FLAG_APPEARANCE BIT(5) macro