Symbol: ADDR_LE_DEV_RANDOM
include/net/bluetooth/hci_core.h
2250
if (addr_type != ADDR_LE_DEV_RANDOM)
net/bluetooth/6lowpan.c
997
le_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_conn.c
1424
dst_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_core.c
1252
if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0)
net/bluetooth/hci_core.c
1441
addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_core.c
2386
*bdaddr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
2791
return ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
2817
if (own_address_type == ADDR_LE_DEV_RANDOM)
net/bluetooth/hci_event.c
5672
conn->init_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
5675
conn->init_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
5687
conn->resp_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
5689
} else if (conn->hdev->adv_addr_type == ADDR_LE_DEV_RANDOM) {
net/bluetooth/hci_event.c
5770
conn->init_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_event.c
5981
if (hdev->adv_addr_type != ADDR_LE_DEV_RANDOM ||
net/bluetooth/hci_sync.c
1085
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_sync.c
1126
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_sync.c
1144
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_sync.c
1460
if ((own_addr_type == ADDR_LE_DEV_RANDOM ||
net/bluetooth/hci_sync.c
6449
if (own_addr_type == ADDR_LE_DEV_RANDOM &&
net/bluetooth/hci_sync.c
6842
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/hci_sync.c
6885
*own_addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/iso.c
332
return ADDR_LE_DEV_RANDOM;
net/bluetooth/l2cap_core.c
7165
dst_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/mgmt.c
355
return ADDR_LE_DEV_RANDOM;
net/bluetooth/mgmt.c
7997
addr_type = ADDR_LE_DEV_RANDOM;
net/bluetooth/mgmt.c
9667
if (key->bdaddr_type == ADDR_LE_DEV_RANDOM &&
net/bluetooth/mgmt.c
9725
if (csrk->bdaddr_type == ADDR_LE_DEV_RANDOM &&
net/bluetooth/msft.c
1043
case ADDR_LE_DEV_RANDOM: