Home
last modified time | relevance | path

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

/linux-5.19.10/net/bluetooth/
Dhci_request.c1248 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
1291 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
1423 if ((own_addr_type == ADDR_LE_DEV_RANDOM || in __hci_req_setup_ext_adv_instance()
1716 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
1754 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
1772 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
Dhci_sync.c575 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
616 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
634 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
826 if ((own_addr_type == ADDR_LE_DEV_RANDOM || in hci_setup_ext_adv_instance_sync()
5157 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_le_ext_directed_advertising_sync()
Dhci_event.c2797 return ADDR_LE_DEV_RANDOM; in ev_bdaddr_type()
2823 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5512 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5515 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5527 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5529 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5599 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5807 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
Dmsft.c726 case ADDR_LE_DEV_RANDOM: in msft_monitor_device_evt()
Dhci_core.c1263 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
1454 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
2378 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
Dhci_conn.c1013 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
Dmgmt.c351 return ADDR_LE_DEV_RANDOM; in le_addr_type()
7375 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
9012 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
9070 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dl2cap_core.c7936 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/linux-5.19.10/include/net/bluetooth/
Dhci.h2480 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h1679 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()