Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_request.c342 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
384 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
402 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
Dmgmt.c2968 addr_type = ADDR_LE_DEV_RANDOM; in unpair_device()
3428 addr_type = ADDR_LE_DEV_RANDOM; in pair_device()
5455 addr_type = ADDR_LE_DEV_RANDOM; in load_irks()
5542 addr_type = ADDR_LE_DEV_RANDOM; in load_long_term_keys()
6072 addr_type = ADDR_LE_DEV_RANDOM; in add_device()
6193 addr_type = ADDR_LE_DEV_RANDOM; in remove_device()
6314 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
7592 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
7659 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
Dhci_core.c2308 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
2489 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
2998 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
Dhci_conn.c782 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
Dhci_event.c2017 if (cp->own_address_type == ADDR_LE_DEV_RANDOM) in hci_cs_le_create_conn()
4479 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in hci_le_conn_complete_evt()
4496 if (hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) in hci_le_conn_complete_evt()
Dl2cap_core.c7113 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1857 #define ADDR_LE_DEV_RANDOM 0x01 macro
Dhci_core.h1230 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()