Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dmgmt.h358 __u8 name_known; member
H A Dhci_core.h816 bool name_known);
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c4434 bool name_known; in hci_extended_inquiry_result_evt() local
4446 name_known = eir_get_data(info->data, in hci_extended_inquiry_result_evt()
4450 name_known = true; in hci_extended_inquiry_result_evt()
4452 flags = hci_inquiry_cache_update(hdev, &data, name_known); in hci_extended_inquiry_result_evt()
H A Dhci_core.c1194 bool name_known) in hci_inquiry_cache_update() argument
1230 if (name_known) { in hci_inquiry_cache_update()
1238 if (name_known && ie->name_state != NAME_KNOWN && in hci_inquiry_cache_update()
H A Dmgmt.c4950 if (cp->name_known) { in confirm_name()