Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dhci_request.c672 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
710 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
728 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
Dhci_sync.c882 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
923 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
941 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1133 if ((own_addr_type == ADDR_LE_DEV_RANDOM || in hci_setup_ext_adv_instance_sync()
5833 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_le_ext_directed_advertising_sync()
6114 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
6157 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
Dmsft.c673 case ADDR_LE_DEV_RANDOM: in msft_monitor_device_evt()
Dhci_event.c2846 return ADDR_LE_DEV_RANDOM; in ev_bdaddr_type()
2872 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5750 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5753 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5765 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5767 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5837 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
6045 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
Dhci_core.c1276 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
1467 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
2384 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
Dhci_conn.c1301 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
2059 dst_type = ADDR_LE_DEV_RANDOM; in hci_pa_create_sync()
Diso.c243 return ADDR_LE_DEV_RANDOM; in le_addr_type()
Dmgmt.c355 return ADDR_LE_DEV_RANDOM; in le_addr_type()
7912 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
9567 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
9625 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dl2cap_core.c8008 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/Linux-v6.1/include/net/bluetooth/
Dhci.h2595 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h1883 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()