Symbol: BDADDR_BREDR
include/net/bluetooth/bluetooth.h
359
case BDADDR_BREDR:
include/net/bluetooth/hci_core.h
2383
#define DISCOV_TYPE_BREDR (BIT(BDADDR_BREDR))
include/net/bluetooth/hci_core.h
2386
#define DISCOV_TYPE_INTERLEAVED (BIT(BDADDR_BREDR) | \
net/bluetooth/hci_conn.c
1269
if (src_type == BDADDR_BREDR) {
net/bluetooth/hci_conn.c
1273
id_addr_type = BDADDR_BREDR;
net/bluetooth/hci_core.c
1431
if (type == BDADDR_BREDR) {
net/bluetooth/hci_core.c
245
hci_remove_remote_oob_data(hdev, &data->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_event.c
3118
hci_store_wake_reason(hdev, &ev->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_event.c
3150
BDADDR_BREDR)) {
net/bluetooth/hci_event.c
3283
hci_store_wake_reason(hdev, &ev->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_event.c
3307
BDADDR_BREDR)) {
net/bluetooth/hci_event.c
3319
BDADDR_BREDR)) {
net/bluetooth/hci_event.c
5033
hci_store_wake_reason(hdev, &ev->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_event.c
5269
data = hci_find_remote_oob_data(hdev, &conn->dst, BDADDR_BREDR);
net/bluetooth/hci_event.c
5619
data = hci_find_remote_oob_data(hdev, &ev->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_sock.c
978
err = hci_bdaddr_list_add(&hdev->reject_list, &bdaddr, BDADDR_BREDR);
net/bluetooth/hci_sock.c
995
err = hci_bdaddr_list_del(&hdev->reject_list, &bdaddr, BDADDR_BREDR);
net/bluetooth/l2cap_core.c
170
if (src_type == BDADDR_BREDR && c->src_type != BDADDR_BREDR)
net/bluetooth/l2cap_core.c
173
if (src_type != BDADDR_BREDR && c->src_type == BDADDR_BREDR)
net/bluetooth/l2cap_core.c
1857
if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR)
net/bluetooth/l2cap_core.c
1860
if (link_type == LE_LINK && c->src_type == BDADDR_BREDR)
net/bluetooth/l2cap_core.c
200
if (chan->src_type == BDADDR_BREDR) {
net/bluetooth/l2cap_core.c
75
return BDADDR_BREDR;
net/bluetooth/l2cap_sock.c
123
if (la.l2_bdaddr_type == BDADDR_BREDR)
net/bluetooth/l2cap_sock.c
218
if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) &&
net/bluetooth/l2cap_sock.c
239
if (chan->src_type != BDADDR_BREDR && la.l2_bdaddr_type == BDADDR_BREDR)
net/bluetooth/mgmt.c
3037
if (key->addr.type != BDADDR_BREDR) {
net/bluetooth/mgmt.c
3097
if (cp->addr.type == BDADDR_BREDR)
net/bluetooth/mgmt.c
3149
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
3258
if (cp->addr.type == BDADDR_BREDR)
net/bluetooth/mgmt.c
3340
return BDADDR_BREDR;
net/bluetooth/mgmt.c
3643
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
3708
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
3777
if (addr->type == BDADDR_BREDR)
net/bluetooth/mgmt.c
3808
if (addr->type == BDADDR_BREDR)
net/bluetooth/mgmt.c
5093
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
5225
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
5821
if (cp->addr.type != BDADDR_BREDR) {
net/bluetooth/mgmt.c
5918
if (cp->addr.type != BDADDR_BREDR)
net/bluetooth/mgmt.c
7407
if (cp->addr.type == BDADDR_BREDR)
net/bluetooth/mgmt.c
7465
if (cp->addr.type == BDADDR_BREDR)
net/bluetooth/mgmt.c
7595
if (cp->addr.type != BDADDR_BREDR)
net/bluetooth/mgmt.c
7710
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
7834
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
8331
case BIT(BDADDR_BREDR):
net/bluetooth/mgmt.c
8372
case BIT(BDADDR_BREDR):
net/bluetooth/mgmt.c
9623
ev.key.addr.type = BDADDR_BREDR;
net/bluetooth/mgmt.c
9919
ev.addr.type = BDADDR_BREDR;
net/bluetooth/rfcomm/core.c
2070
addr.l2_bdaddr_type = BDADDR_BREDR;
net/bluetooth/rfcomm/core.c
783
addr.l2_bdaddr_type = BDADDR_BREDR;
net/bluetooth/rfcomm/core.c
810
addr.l2_bdaddr_type = BDADDR_BREDR;
net/bluetooth/rfcomm/tty.c
180
hdev = hci_get_route(&dev->dst, &dev->src, BDADDR_BREDR);
net/bluetooth/sco.c
1014
BDADDR_BREDR);
net/bluetooth/sco.c
1209
hdev = hci_get_route(&sco_pi(sk)->dst, &sco_pi(sk)->src, BDADDR_BREDR);
net/bluetooth/sco.c
319
hdev = hci_get_route(&sco_pi(sk)->dst, &sco_pi(sk)->src, BDADDR_BREDR);
net/bluetooth/sco.c
979
BDADDR_BREDR);
net/bluetooth/smp.c
3348
chan->src_type = BDADDR_BREDR;