Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Deir.c376 if (adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in eir_create_scan_rsp()
Dhci_core.c1822 adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in hci_set_adv_instance_data()
1876 adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in hci_adv_instance_is_scannable()
Dmgmt.c3793 return adv_expire_sync(hdev, MGMT_ADV_FLAG_LOCAL_NAME); in name_changed_sync()
8373 flags |= MGMT_ADV_FLAG_LOCAL_NAME; in get_supported_adv_flags()
8477 if (adv_flags & MGMT_ADV_FLAG_LOCAL_NAME) in tlv_data_max_len()
8501 return adv_flags & MGMT_ADV_FLAG_LOCAL_NAME; in name_managed()
/Linux-v6.1/include/net/bluetooth/
Dmgmt.h571 #define MGMT_ADV_FLAG_LOCAL_NAME BIT(6) macro