Symbol: ADDR_LE_DEV_RANDOM
include/net/bluetooth/hci_core.h
2250
if (addr_type != ADDR_LE_DEV_RANDOM)
net/bluetooth/6lowpan.c
991
le_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_conn.c
1492
dst_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_core.c
1212
if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0)
net/bluetooth/hci_core.c
1401
addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_core.c
2346
*bdaddr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
2795
return ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
2821
if (own_address_type == ADDR_LE_DEV_RANDOM)
net/bluetooth/hci_event.c
5667
conn->init_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
5670
conn->init_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
5682
conn->resp_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
5684
} else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) {
net/bluetooth/hci_event.c
5765
conn->init_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
5976
if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM ||
net/bluetooth/hci_sync.c
1099
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_sync.c
1140
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_sync.c
1158
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_sync.c
1503
if ((own_addr_type == ADDR_LE_DEV_RANDOM ||
net/bluetooth/hci_sync.c
6599
if (own_addr_type == ADDR_LE_DEV_RANDOM &&
net/bluetooth/hci_sync.c
7008
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_sync.c
7051
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/iso.c
385
return ADDR_LE_DEV_RANDOM;
net/bluetooth/l2cap_core.c
7333
dst_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/mgmt.c
352
return ADDR_LE_DEV_RANDOM;
net/bluetooth/mgmt.c
8099
addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/mgmt.c
9780
if (key->bdaddr_type == ADDR_LE_DEV_RANDOM &&
net/bluetooth/mgmt.c
9838
if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM &&
net/bluetooth/msft.c
1043
case ADDR_LE_DEV_RANDOM: