Home
last modified time | relevance | path

Searched refs:ADDR_LE_DEV_RANDOM (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_request.c651 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
689 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
707 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
H A Dhci_sync.c916 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
957 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
975 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1167 if ((own_addr_type == ADDR_LE_DEV_RANDOM || in hci_setup_ext_adv_instance_sync()
6138 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_le_ext_directed_advertising_sync()
6523 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
6566 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
H A Dmsft.c1044 case ADDR_LE_DEV_RANDOM: in msft_monitor_device_evt()
H A Dhci_event.c2864 return ADDR_LE_DEV_RANDOM; in ev_bdaddr_type()
2890 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5835 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5838 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5850 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5852 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5922 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
6128 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
H A Dhci_core.c1277 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
1468 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
2412 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
H A Diso.c298 return ADDR_LE_DEV_RANDOM; in le_addr_type()
H A Dmgmt.c355 return ADDR_LE_DEV_RANDOM; in le_addr_type()
7857 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
9513 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
9571 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
H A Dhci_conn.c1379 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
H A Dl2cap_core.c7017 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c2025 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
2080 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
2182 if (own_addr_type == ADDR_LE_DEV_RANDOM && in __hci_req_setup_ext_adv_instance()
2493 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2535 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2553 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
H A Dhci_event.c2316 own_address_type = ADDR_LE_DEV_RANDOM; in cs_le_create_conn()
2326 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5120 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5123 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5135 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5137 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5201 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5357 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
H A Dhci_conn.c818 own_addr_type = ADDR_LE_DEV_RANDOM; in hci_req_add_le_create_conn()
938 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_req_directed_advertising()
1047 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
H A Dhci_core.c2546 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
2737 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
3325 addr_type = ADDR_LE_DEV_RANDOM; in hci_pend_le_action_lookup()
3455 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
H A Dmgmt.c307 return ADDR_LE_DEV_RANDOM; in le_addr_type()
6775 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
8105 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
8163 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
H A Dl2cap_core.c8037 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h2296 #define ADDR_LE_DEV_RANDOM 0x01 macro
H A Dhci_core.h1593 if (addr_type != ADDR_LE_DEV_RANDOM)
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h2654 #define ADDR_LE_DEV_RANDOM 0x01 macro
H A Dhci_core.h2078 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()

Completed in 114 milliseconds