Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
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()
Dhci_sync.c910 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
951 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
969 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1161 if ((own_addr_type == ADDR_LE_DEV_RANDOM || in hci_setup_ext_adv_instance_sync()
6121 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_le_ext_directed_advertising_sync()
6506 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
6549 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
Dhci_event.c2868 return ADDR_LE_DEV_RANDOM; in ev_bdaddr_type()
2894 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5834 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5837 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5849 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5851 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5921 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()
Dmsft.c1047 case ADDR_LE_DEV_RANDOM: in msft_monitor_device_evt()
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()
2411 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
Diso.c298 return ADDR_LE_DEV_RANDOM; in le_addr_type()
Dmgmt.c355 return ADDR_LE_DEV_RANDOM; in le_addr_type()
7925 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
9581 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
9639 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dhci_conn.c1383 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
Dl2cap_core.c8045 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/linux-6.6.21/include/net/bluetooth/
Dhci.h2656 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h2077 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()