Home
last modified time | relevance | path

Searched refs:name_known (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h362 __u8 name_known; member
H A Dhci_core.h918 bool name_known);
/openbmc/linux/net/bluetooth/
H A Dhci_core.c218 bool name_known) in hci_inquiry_cache_update() argument
254 if (name_known) { in hci_inquiry_cache_update()
262 if (name_known && ie->name_state != NAME_KNOWN && in hci_inquiry_cache_update()
H A Dhci_event.c5066 bool name_known; in hci_extended_inquiry_result_evt() local
5078 name_known = eir_get_data(info->data, in hci_extended_inquiry_result_evt()
5082 name_known = true; in hci_extended_inquiry_result_evt()
5084 flags = hci_inquiry_cache_update(hdev, &data, name_known); in hci_extended_inquiry_result_evt()
H A Dmgmt.c6197 if (cp->name_known) { in confirm_name()