Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_request.c1457 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
1512 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
1615 if (own_addr_type == ADDR_LE_DEV_RANDOM && in __hci_req_setup_ext_adv_instance()
1857 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
1899 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
1917 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
Dhci_conn.c787 own_addr_type = ADDR_LE_DEV_RANDOM; in hci_req_add_le_create_conn()
900 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_req_directed_advertising()
996 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
Dhci_core.c2365 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
2546 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
3041 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
Dhci_event.c2144 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
4809 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
4826 if (hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_complete_evt()
4978 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM) in hci_le_ext_adv_term_evt()
Dmgmt.c276 return ADDR_LE_DEV_RANDOM; in le_addr_type()
5877 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
7147 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
7205 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dl2cap_core.c7153 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/Linux-v4.19/include/net/bluetooth/
Dhci.h2080 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h1371 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()