Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c2023 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
2078 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
2180 if (own_addr_type == ADDR_LE_DEV_RANDOM && in __hci_req_setup_ext_adv_instance()
2491 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2533 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2551 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
Dhci_conn.c820 own_addr_type = ADDR_LE_DEV_RANDOM; in hci_req_add_le_create_conn()
940 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_req_directed_advertising()
1049 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
Dhci_event.c2313 own_address_type = ADDR_LE_DEV_RANDOM; in cs_le_create_conn()
2323 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5089 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5092 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5104 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5106 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5170 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5326 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
Dhci_core.c2544 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
2735 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
3323 addr_type = ADDR_LE_DEV_RANDOM; in hci_pend_le_action_lookup()
3453 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
Dmgmt.c307 return ADDR_LE_DEV_RANDOM; in le_addr_type()
6760 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
8090 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
8148 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dl2cap_core.c7996 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h2296 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h1589 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()