Home
last modified time | relevance | path

Searched refs:ADDR_LE_DEV_RANDOM (Results 1 – 11 of 11) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c1085 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1126 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1144 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1460 if ((own_addr_type == ADDR_LE_DEV_RANDOM || in hci_setup_ext_adv_instance_sync()
6449 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_le_ext_directed_advertising_sync()
6842 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
6885 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
H A Dhci_event.c2791 return ADDR_LE_DEV_RANDOM; in ev_bdaddr_type()
2817 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5672 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5675 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5687 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5689 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5770 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5981 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
H A Dmsft.c1043 case ADDR_LE_DEV_RANDOM: in msft_monitor_device_evt()
H A D6lowpan.c997 le_addr_type = ADDR_LE_DEV_RANDOM; in get_l2cap_conn()
H A Dhci_core.c1252 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
1441 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
2386 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
H A Dmgmt.c355 return ADDR_LE_DEV_RANDOM; in le_addr_type()
7997 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
9667 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
9725 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
H A Diso.c332 return ADDR_LE_DEV_RANDOM; in le_addr_type()
H A Dhci_conn.c1424 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
H A Dl2cap_core.c7165 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/linux/include/net/bluetooth/
H A Dhci.h2907 #define ADDR_LE_DEV_RANDOM 0x01 macro
H A Dhci_core.h2250 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()