Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_request.c2082 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
2125 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
2257 if (own_addr_type == ADDR_LE_DEV_RANDOM && in __hci_req_setup_ext_adv_instance()
2550 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2588 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2606 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
Dhci_conn.c864 own_addr_type = ADDR_LE_DEV_RANDOM; in hci_req_add_le_create_conn()
984 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_req_directed_advertising()
1093 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
Dhci_event.c2392 own_address_type = ADDR_LE_DEV_RANDOM; in cs_le_create_conn()
2402 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5175 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5178 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5190 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5192 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5256 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5297 conn->dst_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5442 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
Dhci_core.c2555 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
2746 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
3495 addr_type = ADDR_LE_DEV_RANDOM; in hci_pend_le_action_lookup()
3625 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
Dmgmt.c312 return ADDR_LE_DEV_RANDOM; in le_addr_type()
6990 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
8684 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
8742 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dl2cap_core.c7902 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/Linux-v5.15/include/net/bluetooth/
Dhci.h2305 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h1651 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()