Symbol: BDADDR_LE_PUBLIC
include/net/bluetooth/bluetooth.h
357
case BDADDR_LE_PUBLIC:
include/net/bluetooth/bluetooth.h
368
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
946
chan->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/6lowpan.c
987
case BDADDR_LE_PUBLIC:
net/bluetooth/6lowpan.c
998
hdev = hci_get_route(addr, BDADDR_ANY, BDADDR_LE_PUBLIC);
net/bluetooth/hci_conn.c
1351
id_addr_type = BDADDR_LE_PUBLIC;
net/bluetooth/hci_core.c
1398
if (type == BDADDR_LE_PUBLIC)
net/bluetooth/hci_event.c
5821
addr_type = BDADDR_LE_PUBLIC;
net/bluetooth/iso.c
1014
iso_pi(sk)->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/iso.c
2277
iso_pi(sk)->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/iso.c
2305
iso_pi(sk)->dst_type = BDADDR_LE_PUBLIC;
net/bluetooth/iso.c
382
if (bdaddr_type == BDADDR_LE_PUBLIC)
net/bluetooth/l2cap_core.c
67
return BDADDR_LE_PUBLIC;
net/bluetooth/l2cap_core.c
7330
if (dst_type == BDADDR_LE_PUBLIC)
net/bluetooth/l2cap_sock.c
235
chan->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/mgmt.c
3354
return BDADDR_LE_PUBLIC;
net/bluetooth/mgmt.c
349
if (mgmt_addr_type == BDADDR_LE_PUBLIC)
net/bluetooth/mgmt.c
3872
if (addr->type == BDADDR_LE_PUBLIC || addr->type == BDADDR_LE_RANDOM) {
net/bluetooth/mgmt.c
7229
case BDADDR_LE_PUBLIC:
net/bluetooth/mgmt.c
7322
case BDADDR_LE_PUBLIC:
net/bluetooth/mgmt.c
8096
if (param->addr.type == BDADDR_LE_PUBLIC) {
net/bluetooth/mgmt.c
8444
case (BIT(BDADDR_LE_PUBLIC) | BIT(BDADDR_LE_RANDOM)):
net/bluetooth/mgmt.c
8493
case (BIT(BDADDR_LE_PUBLIC) | BIT(BDADDR_LE_RANDOM)):
net/bluetooth/msft.c
1040
addr_type = BDADDR_LE_PUBLIC;
net/bluetooth/smp.c
3284
chan->src_type = BDADDR_LE_PUBLIC;
net/bluetooth/smp.c
660
bdaddr_type = BDADDR_LE_PUBLIC;