Home
last modified time | relevance | path

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

/net/bluetooth/
Dhci_event.c1649 bool name_known, ssp; in hci_inquiry_result_evt() local
1660 name_known = hci_inquiry_cache_update(hdev, &data, false, &ssp); in hci_inquiry_result_evt()
1662 info->dev_class, 0, !name_known, ssp, NULL, in hci_inquiry_result_evt()
2829 bool name_known, ssp; in hci_inquiry_result_with_rssi_evt() local
2855 name_known = hci_inquiry_cache_update(hdev, &data, in hci_inquiry_result_with_rssi_evt()
2859 !name_known, ssp, NULL, 0); in hci_inquiry_result_with_rssi_evt()
2873 name_known = hci_inquiry_cache_update(hdev, &data, in hci_inquiry_result_with_rssi_evt()
2877 !name_known, ssp, NULL, 0); in hci_inquiry_result_with_rssi_evt()
3022 bool name_known, ssp; in hci_extended_inquiry_result_evt() local
3034 name_known = eir_has_data_type(info->data, in hci_extended_inquiry_result_evt()
[all …]
Dhci_core.c839 bool name_known, bool *ssp) in hci_inquiry_cache_update() argument
872 if (name_known) { in hci_inquiry_cache_update()
880 if (name_known && ie->name_state != NAME_KNOWN && in hci_inquiry_cache_update()
Dmgmt.c2843 if (cp->name_known) { in confirm_name()