Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Deir.c362 if (adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in eir_create_scan_rsp()
H A Dhci_core.c1820 adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in hci_set_adv_instance_data()
1874 adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in hci_adv_instance_is_scannable()
H A Dmgmt.c3951 return adv_expire_sync(hdev, MGMT_ADV_FLAG_LOCAL_NAME); in name_changed_sync()
8487 flags |= MGMT_ADV_FLAG_LOCAL_NAME; in get_supported_adv_flags()
8591 if (adv_flags & MGMT_ADV_FLAG_LOCAL_NAME) in tlv_data_max_len()
8615 return adv_flags & MGMT_ADV_FLAG_LOCAL_NAME; in name_managed()
/linux/include/net/bluetooth/
H A Dmgmt.h583 #define MGMT_ADV_FLAG_LOCAL_NAME BIT(6) macro