Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Deir.c369 if ((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->appearance) in eir_create_scan_rsp()
Dhci_core.c1821 if (((adv->flags & MGMT_ADV_FLAG_APPEARANCE) && hdev->appearance) || in hci_set_adv_instance_data()
1875 if (adv->flags & MGMT_ADV_FLAG_APPEARANCE || in hci_adv_instance_is_scannable()
Dmgmt.c3915 return adv_expire_sync(hdev, MGMT_ADV_FLAG_APPEARANCE); in appearance_changed_sync()
8374 flags |= MGMT_ADV_FLAG_APPEARANCE; in get_supported_adv_flags()
8482 if (adv_flags & (MGMT_ADV_FLAG_APPEARANCE)) in tlv_data_max_len()
8508 return adv_flags & MGMT_ADV_FLAG_APPEARANCE; in appearance_managed()
/Linux-v6.6/include/net/bluetooth/
Dmgmt.h574 #define MGMT_ADV_FLAG_APPEARANCE BIT(5) macro