Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_request.c350 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
392 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
410 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
Dhci_core.c2411 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
2592 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
3223 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
Dhci_conn.c842 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
Dhci_event.c1928 if (cp->own_address_type == ADDR_LE_DEV_RANDOM) in hci_cs_le_create_conn()
4486 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in hci_le_conn_complete_evt()
4503 if (hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) in hci_le_conn_complete_evt()
Dmgmt.c276 return ADDR_LE_DEV_RANDOM; in le_addr_type()
6484 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
7830 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
7888 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dl2cap_core.c7123 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/linux-4.4.14/include/net/bluetooth/
Dhci.h1881 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h1311 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()