Lines Matching refs:random_addr
1044 if (bacmp(&hdev->random_addr, BDADDR_ANY) && in hci_set_random_addr_sync()
1132 if (bacmp(&hdev->static_addr, &hdev->random_addr)) in hci_update_random_address_sync()
1183 bdaddr_t *random_addr) in hci_set_adv_set_random_addr_sync() argument
1194 err = hci_set_random_addr_sync(hdev, random_addr); in hci_set_adv_set_random_addr_sync()
1202 bacpy(&cp.bdaddr, random_addr); in hci_set_adv_set_random_addr_sync()
1213 bdaddr_t random_addr; in hci_setup_ext_adv_instance_sync() local
1254 &own_addr_type, &random_addr); in hci_setup_ext_adv_instance_sync()
1324 bacmp(&random_addr, BDADDR_ANY)) { in hci_setup_ext_adv_instance_sync()
1327 if (!bacmp(&random_addr, &adv->random_addr)) in hci_setup_ext_adv_instance_sync()
1330 if (!bacmp(&random_addr, &hdev->random_addr)) in hci_setup_ext_adv_instance_sync()
1335 &random_addr); in hci_setup_ext_adv_instance_sync()
5255 bacpy(&hdev->random_addr, BDADDR_ANY); in hci_dev_close_sync()
6224 bdaddr_t random_addr; in hci_le_ext_directed_advertising_sync() local
6236 &own_addr_type, &random_addr); in hci_le_ext_directed_advertising_sync()
6271 bacmp(&random_addr, BDADDR_ANY) && in hci_le_ext_directed_advertising_sync()
6272 bacmp(&random_addr, &hdev->random_addr)) { in hci_le_ext_directed_advertising_sync()
6274 &random_addr); in hci_le_ext_directed_advertising_sync()