Symbol: BDADDR_BREDR
include/net/bluetooth/bluetooth.h
356
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
1337
if (src_type == BDADDR_BREDR) {
net/bluetooth/hci_conn.c
1341
id_addr_type = BDADDR_BREDR;
net/bluetooth/hci_core.c
1391
if (type == BDADDR_BREDR) {
net/bluetooth/hci_core.c
242
hci_remove_remote_oob_data(hdev, &data->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_event.c
3122
hci_store_wake_reason(hdev, &ev->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_event.c
3154
BDADDR_BREDR)) {
net/bluetooth/hci_event.c
3287
hci_store_wake_reason(hdev, &ev->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_event.c
3311
BDADDR_BREDR)) {
net/bluetooth/hci_event.c
3323
BDADDR_BREDR)) {
net/bluetooth/hci_event.c
5018
hci_store_wake_reason(hdev, &ev->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_event.c
5254
data = hci_find_remote_oob_data(hdev, &conn->dst, BDADDR_BREDR);
net/bluetooth/hci_event.c
5614
data = hci_find_remote_oob_data(hdev, &ev->bdaddr, BDADDR_BREDR);
net/bluetooth/hci_sock.c
976
err = hci_bdaddr_list_add(&hdev->reject_list, &bdaddr, BDADDR_BREDR);
net/bluetooth/hci_sock.c
993
err = hci_bdaddr_list_del(&hdev->reject_list, &bdaddr, BDADDR_BREDR);
net/bluetooth/l2cap_core.c
167
if (src_type == BDADDR_BREDR && c->src_type != BDADDR_BREDR)
net/bluetooth/l2cap_core.c
170
if (src_type != BDADDR_BREDR && c->src_type == BDADDR_BREDR)
net/bluetooth/l2cap_core.c
1880
if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR)
net/bluetooth/l2cap_core.c
1883
if (link_type == LE_LINK && c->src_type == BDADDR_BREDR)
net/bluetooth/l2cap_core.c
197
if (chan->src_type == BDADDR_BREDR) {
net/bluetooth/l2cap_core.c
72
return BDADDR_BREDR;
net/bluetooth/l2cap_sock.c
122
if (la.l2_bdaddr_type == BDADDR_BREDR)
net/bluetooth/l2cap_sock.c
217
if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) &&
net/bluetooth/l2cap_sock.c
238
if (chan->src_type != BDADDR_BREDR && la.l2_bdaddr_type == BDADDR_BREDR)
net/bluetooth/mgmt.c
10049
ev.addr.type = BDADDR_BREDR;
net/bluetooth/mgmt.c
3044
if (key->addr.type != BDADDR_BREDR) {
net/bluetooth/mgmt.c
3106
if (cp->addr.type == BDADDR_BREDR)
net/bluetooth/mgmt.c
3164
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
3275
if (cp->addr.type == BDADDR_BREDR)
net/bluetooth/mgmt.c
3363
return BDADDR_BREDR;
net/bluetooth/mgmt.c
3698
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
3763
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
3826
if (addr->type == BDADDR_BREDR)
net/bluetooth/mgmt.c
3859
if (addr->type == BDADDR_BREDR)
net/bluetooth/mgmt.c
5150
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
5282
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
5880
if (cp->addr.type != BDADDR_BREDR) {
net/bluetooth/mgmt.c
5977
if (cp->addr.type != BDADDR_BREDR)
net/bluetooth/mgmt.c
7471
if (cp->addr.type == BDADDR_BREDR)
net/bluetooth/mgmt.c
7533
if (cp->addr.type == BDADDR_BREDR)
net/bluetooth/mgmt.c
7672
if (cp->addr.type != BDADDR_BREDR)
net/bluetooth/mgmt.c
7790
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
7914
if (cp->addr.type == BDADDR_BREDR) {
net/bluetooth/mgmt.c
8437
case BIT(BDADDR_BREDR):
net/bluetooth/mgmt.c
8478
case BIT(BDADDR_BREDR):
net/bluetooth/mgmt.c
9736
ev.key.addr.type = BDADDR_BREDR;
net/bluetooth/rfcomm/core.c
2123
addr.l2_bdaddr_type = BDADDR_BREDR;
net/bluetooth/rfcomm/core.c
780
addr.l2_bdaddr_type = BDADDR_BREDR;
net/bluetooth/rfcomm/core.c
807
addr.l2_bdaddr_type = BDADDR_BREDR;
net/bluetooth/rfcomm/tty.c
177
hdev = hci_get_route(&dev->dst, &dev->src, BDADDR_BREDR);
net/bluetooth/sco.c
1017
BDADDR_BREDR);
net/bluetooth/sco.c
1052
BDADDR_BREDR);
net/bluetooth/sco.c
1251
hdev = hci_get_route(&sco_pi(sk)->dst, &sco_pi(sk)->src, BDADDR_BREDR);
net/bluetooth/sco.c
331
hdev = hci_get_route(&dst, &src, BDADDR_BREDR);
net/bluetooth/smp.c
3289
chan->src_type = BDADDR_BREDR;