Symbol: BDADDR_LE_PUBLIC
include/net/bluetooth/bluetooth.h
360
case BDADDR_LE_PUBLIC:
include/net/bluetooth/bluetooth.h
371
case BDADDR_LE_PUBLIC:
include/net/bluetooth/hci_core.h
2384
#define DISCOV_TYPE_LE (BIT(BDADDR_LE_PUBLIC) | \
include/net/bluetooth/hci_core.h
2387
BIT(BDADDR_LE_PUBLIC) | \
net/bluetooth/6lowpan.c
1004
hdev = hci_get_route(addr, BDADDR_ANY, BDADDR_LE_PUBLIC);
net/bluetooth/6lowpan.c
952
chan->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/6lowpan.c
993
case BDADDR_LE_PUBLIC:
net/bluetooth/hci_conn.c
1283
id_addr_type = BDADDR_LE_PUBLIC;
net/bluetooth/hci_core.c
1438
if (type == BDADDR_LE_PUBLIC)
net/bluetooth/hci_event.c
5826
addr_type = BDADDR_LE_PUBLIC;
net/bluetooth/iso.c
2134
iso_pi(sk)->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/iso.c
2162
iso_pi(sk)->dst_type = BDADDR_LE_PUBLIC;
net/bluetooth/iso.c
329
if (bdaddr_type == BDADDR_LE_PUBLIC)
net/bluetooth/iso.c
935
iso_pi(sk)->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/l2cap_core.c
70
return BDADDR_LE_PUBLIC;
net/bluetooth/l2cap_core.c
7162
if (dst_type == BDADDR_LE_PUBLIC)
net/bluetooth/l2cap_sock.c
236
chan->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/mgmt.c
3331
return BDADDR_LE_PUBLIC;
net/bluetooth/mgmt.c
352
if (mgmt_addr_type == BDADDR_LE_PUBLIC)
net/bluetooth/mgmt.c
3821
if (addr->type == BDADDR_LE_PUBLIC || addr->type == BDADDR_LE_RANDOM) {
net/bluetooth/mgmt.c
7170
case BDADDR_LE_PUBLIC:
net/bluetooth/mgmt.c
7263
case BDADDR_LE_PUBLIC:
net/bluetooth/mgmt.c
7994
if (param->addr.type == BDADDR_LE_PUBLIC) {
net/bluetooth/mgmt.c
8338
case (BIT(BDADDR_LE_PUBLIC) | BIT(BDADDR_LE_RANDOM)):
net/bluetooth/mgmt.c
8387
case (BIT(BDADDR_LE_PUBLIC) | BIT(BDADDR_LE_RANDOM)):
net/bluetooth/msft.c
1040
addr_type = BDADDR_LE_PUBLIC;
net/bluetooth/smp.c
3343
chan->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/smp.c
682
bdaddr_type = BDADDR_LE_PUBLIC;