Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Deir.c361 if (adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in eir_create_scan_rsp()
H A Dhci_core.c1773 adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in hci_set_adv_instance_data()
1827 adv->flags & MGMT_ADV_FLAG_LOCAL_NAME) in hci_adv_instance_is_scannable()
H A Dmgmt.c3776 return adv_expire_sync(hdev, MGMT_ADV_FLAG_LOCAL_NAME); in name_changed_sync()
8382 flags |= MGMT_ADV_FLAG_LOCAL_NAME; in get_supported_adv_flags()
8486 if (adv_flags & MGMT_ADV_FLAG_LOCAL_NAME) in tlv_data_max_len()
8510 return adv_flags & MGMT_ADV_FLAG_LOCAL_NAME; in name_managed()
/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h575 #define MGMT_ADV_FLAG_LOCAL_NAME BIT(6) macro