Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_request.c1894 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
1949 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
2051 if (own_addr_type == ADDR_LE_DEV_RANDOM && in __hci_req_setup_ext_adv_instance()
2362 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2404 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2422 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
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()
Dhci_core.c2531 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
2722 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
3310 addr_type = ADDR_LE_DEV_RANDOM; in hci_pend_le_action_lookup()
3440 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
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()
5090 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5107 if (hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_complete_evt()
5260 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM) in hci_le_ext_adv_term_evt()
Dmgmt.c304 return ADDR_LE_DEV_RANDOM; in le_addr_type()
6755 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
8082 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
8140 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dl2cap_core.c7886 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/Linux-v5.10/include/net/bluetooth/
Dhci.h2286 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h1574 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()