Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c1904 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
1959 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
2061 if (own_addr_type == ADDR_LE_DEV_RANDOM && in __hci_req_setup_ext_adv_instance()
2372 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2414 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
2432 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
H A Dhci_conn.c820 own_addr_type = ADDR_LE_DEV_RANDOM; in hci_req_add_le_create_conn()
940 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_req_directed_advertising()
1049 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
H A 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()
5086 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5089 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5101 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5103 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5167 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5323 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
H A Dhci_core.c2544 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
2735 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
3323 addr_type = ADDR_LE_DEV_RANDOM; in hci_pend_le_action_lookup()
3453 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
H A Dmgmt.c307 return ADDR_LE_DEV_RANDOM; in le_addr_type()
6760 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
8090 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
8148 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
H A Dl2cap_core.c7996 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2294 #define ADDR_LE_DEV_RANDOM 0x01 macro
H A Dhci_core.h1596 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()