Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c653 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
691 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
709 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address()
H A Dhci_sync.c1090 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1131 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1149 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_update_random_address_sync()
1341 if ((own_addr_type == ADDR_LE_DEV_RANDOM || in hci_setup_ext_adv_instance_sync()
6297 if (own_addr_type == ADDR_LE_DEV_RANDOM && in hci_le_ext_directed_advertising_sync()
6691 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
6734 *own_addr_type = ADDR_LE_DEV_RANDOM; in hci_get_random_address()
H A Dhci_event.c2800 return ADDR_LE_DEV_RANDOM; in ev_bdaddr_type()
2826 if (own_address_type == ADDR_LE_DEV_RANDOM) in cs_le_create_conn()
5572 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5575 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5587 conn->resp_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_update_addr()
5589 } else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) { in le_conn_update_addr()
5659 conn->init_addr_type = ADDR_LE_DEV_RANDOM; in le_conn_complete_evt()
5865 if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM || in hci_le_ext_adv_term_evt()
H A Dmsft.c1044 case ADDR_LE_DEV_RANDOM: in msft_monitor_device_evt()
H A Dhci_core.c1226 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr()
1417 addr_type = ADDR_LE_DEV_RANDOM; in hci_bdaddr_is_paired()
2361 *bdaddr_type = ADDR_LE_DEV_RANDOM; in hci_copy_identity_address()
H A Diso.c304 return ADDR_LE_DEV_RANDOM; in le_addr_type()
H A Dmgmt.c355 return ADDR_LE_DEV_RANDOM; in le_addr_type()
7930 addr_type = ADDR_LE_DEV_RANDOM; in load_conn_param()
9569 if (key->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_ltk()
9627 if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM && in mgmt_new_csrk()
H A Dhci_conn.c1332 dst_type = ADDR_LE_DEV_RANDOM; in hci_connect_le()
H A Dl2cap_core.c7035 dst_type = ADDR_LE_DEV_RANDOM; in l2cap_chan_connect()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2583 #define ADDR_LE_DEV_RANDOM 0x01 macro
H A Dhci_core.h2110 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa()