Lines Matching refs:bdaddr

919 			if (bacmp(&hdev->bdaddr, &nrpa))  in hci_update_random_address_sync()
938 !bacmp(&hdev->bdaddr, BDADDR_ANY) || in hci_update_random_address_sync()
1013 bacpy(&cp.bdaddr, random_addr); in hci_set_adv_set_random_addr_sync()
2079 bdaddr_t *bdaddr, u8 bdaddr_type) in hci_le_del_resolve_list_sync() argument
2088 entry = hci_bdaddr_list_lookup_with_irk(&hdev->le_resolv_list, bdaddr, in hci_le_del_resolve_list_sync()
2094 bacpy(&cp.bdaddr, bdaddr); in hci_le_del_resolve_list_sync()
2101 bdaddr_t *bdaddr, u8 bdaddr_type) in hci_le_del_accept_list_sync() argument
2107 if (!hci_bdaddr_list_lookup(&hdev->le_accept_list, bdaddr, bdaddr_type)) in hci_le_del_accept_list_sync()
2111 bacpy(&cp.bdaddr, bdaddr); in hci_le_del_accept_list_sync()
2116 hci_le_del_resolve_list_sync(hdev, &cp.bdaddr, cp.bdaddr_type); in hci_le_del_accept_list_sync()
2125 bt_dev_dbg(hdev, "Remove %pMR (0x%x) from allow list", &cp.bdaddr, in hci_le_del_accept_list_sync()
2151 hci_copy_identity_address(hdev, &cp.bdaddr, &cp.bdaddr_type); in hci_le_add_resolve_list_sync()
2168 bacpy(&cp.bdaddr, &params->addr); in hci_le_add_resolve_list_sync()
2208 bacpy(&cp.bdaddr, &irk->bdaddr); in hci_le_set_privacy_mode_sync()
2264 bacpy(&cp.bdaddr, &params->addr); in hci_le_add_accept_list_sync()
2271 hci_le_del_resolve_list_sync(hdev, &cp.bdaddr, cp.bdaddr_type); in hci_le_add_accept_list_sync()
2275 bt_dev_dbg(hdev, "Add %pMR (0x%x) to allow list", &cp.bdaddr, in hci_le_add_accept_list_sync()
2433 if (hci_conn_hash_lookup_le(hdev, &b->bdaddr, b->bdaddr_type)) in hci_update_accept_list_sync()
2437 &b->bdaddr, in hci_update_accept_list_sync()
2440 &b->bdaddr, in hci_update_accept_list_sync()
2447 hci_le_del_accept_list_sync(hdev, &b->bdaddr, in hci_update_accept_list_sync()
2985 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr); in disconnected_accept_list_entries()
3383 u8 cond_type, bdaddr_t *bdaddr, in hci_set_event_filter_sync() argument
3399 bacpy(&cp.addr_conn_flt.bdaddr, bdaddr); in hci_set_event_filter_sync()
3740 bacpy(&cp.bdaddr, BDADDR_ANY); in hci_read_stored_link_key_sync()
4183 bacpy(&cp.bdaddr, BDADDR_ANY); in hci_delete_stored_link_key_sync()
4651 !bacmp(&hdev->bdaddr, BDADDR_ANY) && in hci_dev_open_sync()
4920 !bacmp(&hdev->bdaddr, BDADDR_ANY) && in hci_power_on_sync()
4966 bacpy(&cp.bdaddr, addr); in hci_remote_name_cancel_sync()
5017 return hci_remote_name_cancel_sync(hdev, &e->data.bdaddr); in hci_stop_discovery_sync()
5089 bacpy(&cp.bdaddr, &conn->dst); in hci_reject_sco_sync()
5111 bacpy(&cp.bdaddr, &conn->dst); in hci_reject_conn_sync()
5574 bt_dev_dbg(hdev, "Adding event filters for %pMR", &b->bdaddr); in hci_update_event_filter_sync()
5578 &b->bdaddr, in hci_update_event_filter_sync()
5582 &b->bdaddr); in hci_update_event_filter_sync()
6153 if (bacmp(&hdev->bdaddr, &nrpa)) in hci_get_random_address()