Lines Matching refs:bdaddr
947 if (bacmp(&hdev->bdaddr, &nrpa)) in hci_update_random_address_sync()
966 !bacmp(&hdev->bdaddr, BDADDR_ANY) || in hci_update_random_address_sync()
1041 bacpy(&cp.bdaddr, random_addr); in hci_set_adv_set_random_addr_sync()
2108 bdaddr_t *bdaddr, u8 bdaddr_type) in hci_le_del_resolve_list_sync() argument
2117 entry = hci_bdaddr_list_lookup_with_irk(&hdev->le_resolv_list, bdaddr, in hci_le_del_resolve_list_sync()
2123 bacpy(&cp.bdaddr, bdaddr); in hci_le_del_resolve_list_sync()
2130 bdaddr_t *bdaddr, u8 bdaddr_type) in hci_le_del_accept_list_sync() argument
2136 if (!hci_bdaddr_list_lookup(&hdev->le_accept_list, bdaddr, bdaddr_type)) in hci_le_del_accept_list_sync()
2140 bacpy(&cp.bdaddr, bdaddr); in hci_le_del_accept_list_sync()
2145 hci_le_del_resolve_list_sync(hdev, &cp.bdaddr, cp.bdaddr_type); in hci_le_del_accept_list_sync()
2154 bt_dev_dbg(hdev, "Remove %pMR (0x%x) from allow list", &cp.bdaddr, in hci_le_del_accept_list_sync()
2188 hci_copy_identity_address(hdev, &cp.bdaddr, &cp.bdaddr_type); in hci_le_add_resolve_list_sync()
2205 bacpy(&cp.bdaddr, ¶ms->addr); in hci_le_add_resolve_list_sync()
2255 bacpy(&cp.bdaddr, &irk->bdaddr); in hci_le_set_privacy_mode_sync()
2313 bacpy(&cp.bdaddr, ¶ms->addr); in hci_le_add_accept_list_sync()
2320 hci_le_del_resolve_list_sync(hdev, &cp.bdaddr, cp.bdaddr_type); in hci_le_add_accept_list_sync()
2324 bt_dev_dbg(hdev, "Add %pMR (0x%x) to allow list", &cp.bdaddr, in hci_le_add_accept_list_sync()
2568 if (hci_conn_hash_lookup_le(hdev, &b->bdaddr, b->bdaddr_type)) in hci_update_accept_list_sync()
2573 &b->bdaddr, in hci_update_accept_list_sync()
2576 &b->bdaddr, in hci_update_accept_list_sync()
2583 hci_le_del_accept_list_sync(hdev, &b->bdaddr, in hci_update_accept_list_sync()
3127 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr); in disconnected_accept_list_entries()
3250 (!bacmp(&hdev->bdaddr, BDADDR_ANY) && in hci_powered_update_sync()
3545 u8 cond_type, bdaddr_t *bdaddr, in hci_set_event_filter_sync() argument
3561 bacpy(&cp.addr_conn_flt.bdaddr, bdaddr); in hci_set_event_filter_sync()
3902 bacpy(&cp.bdaddr, BDADDR_ANY); in hci_read_stored_link_key_sync()
4349 bacpy(&cp.bdaddr, BDADDR_ANY); in hci_delete_stored_link_key_sync()
4838 !bacmp(&hdev->bdaddr, BDADDR_ANY) && in hci_dev_open_sync()
5111 !bacmp(&hdev->bdaddr, BDADDR_ANY) && in hci_power_on_sync()
5157 bacpy(&cp.bdaddr, addr); in hci_remote_name_cancel_sync()
5208 return hci_remote_name_cancel_sync(hdev, &e->data.bdaddr); in hci_stop_discovery_sync()
5323 bacpy(&cp.bdaddr, &conn->dst); in hci_reject_sco_sync()
5361 bacpy(&cp.bdaddr, &conn->dst); in hci_reject_conn_sync()
5858 bt_dev_dbg(hdev, "Adding event filters for %pMR", &b->bdaddr); in hci_update_event_filter_sync()
5862 &b->bdaddr, in hci_update_event_filter_sync()
5866 &b->bdaddr); in hci_update_event_filter_sync()
6540 if (bacmp(&hdev->bdaddr, &nrpa)) in hci_get_random_address()