BDADDR_BREDR      206 include/net/bluetooth/bluetooth.h 	case BDADDR_BREDR:
BDADDR_BREDR     1503 include/net/bluetooth/hci_core.h #define DISCOV_TYPE_BREDR		(BIT(BDADDR_BREDR))
BDADDR_BREDR     1506 include/net/bluetooth/hci_core.h #define DISCOV_TYPE_INTERLEAVED		(BIT(BDADDR_BREDR) | \
BDADDR_BREDR      643 net/bluetooth/hci_conn.c 			if (src_type == BDADDR_BREDR) {
BDADDR_BREDR      647 net/bluetooth/hci_conn.c 				id_addr_type = BDADDR_BREDR;
BDADDR_BREDR     1163 net/bluetooth/hci_core.c 	hci_remove_remote_oob_data(hdev, &data->bdaddr, BDADDR_BREDR);
BDADDR_BREDR     2599 net/bluetooth/hci_core.c 	if (type == BDADDR_BREDR) {
BDADDR_BREDR     2588 net/bluetooth/hci_event.c 				   BDADDR_BREDR)) {
BDADDR_BREDR     2600 net/bluetooth/hci_event.c 				    BDADDR_BREDR)) {
BDADDR_BREDR     4382 net/bluetooth/hci_event.c 	data = hci_find_remote_oob_data(hdev, &conn->dst, BDADDR_BREDR);
BDADDR_BREDR     4719 net/bluetooth/hci_event.c 	data = hci_find_remote_oob_data(hdev, &ev->bdaddr, BDADDR_BREDR);
BDADDR_BREDR      898 net/bluetooth/hci_sock.c 	err = hci_bdaddr_list_add(&hdev->blacklist, &bdaddr, BDADDR_BREDR);
BDADDR_BREDR      915 net/bluetooth/hci_sock.c 	err = hci_bdaddr_list_del(&hdev->blacklist, &bdaddr, BDADDR_BREDR);
BDADDR_BREDR       73 net/bluetooth/l2cap_core.c 	return BDADDR_BREDR;
BDADDR_BREDR      177 net/bluetooth/l2cap_core.c 		if (src_type == BDADDR_BREDR && c->src_type != BDADDR_BREDR)
BDADDR_BREDR      180 net/bluetooth/l2cap_core.c 		if (src_type != BDADDR_BREDR && c->src_type == BDADDR_BREDR)
BDADDR_BREDR      207 net/bluetooth/l2cap_core.c 		if (chan->src_type == BDADDR_BREDR) {
BDADDR_BREDR     1794 net/bluetooth/l2cap_core.c 		if (link_type == ACL_LINK && c->src_type != BDADDR_BREDR)
BDADDR_BREDR     1797 net/bluetooth/l2cap_core.c 		if (link_type == LE_LINK && c->src_type == BDADDR_BREDR)
BDADDR_BREDR      121 net/bluetooth/l2cap_sock.c 		if (la.l2_bdaddr_type == BDADDR_BREDR)
BDADDR_BREDR      204 net/bluetooth/l2cap_sock.c 	if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) &&
BDADDR_BREDR      225 net/bluetooth/l2cap_sock.c 	if (chan->src_type != BDADDR_BREDR && la.l2_bdaddr_type == BDADDR_BREDR)
BDADDR_BREDR     2322 net/bluetooth/mgmt.c 		if (key->addr.type != BDADDR_BREDR || key->type > 0x08)
BDADDR_BREDR     2407 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR) {
BDADDR_BREDR     2536 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR)
BDADDR_BREDR     2582 net/bluetooth/mgmt.c 		return BDADDR_BREDR;
BDADDR_BREDR     2886 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR) {
BDADDR_BREDR     2946 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR) {
BDADDR_BREDR     3032 net/bluetooth/mgmt.c 	if (addr->type == BDADDR_BREDR)
BDADDR_BREDR     3664 net/bluetooth/mgmt.c 		if (cp->addr.type != BDADDR_BREDR) {
BDADDR_BREDR     3761 net/bluetooth/mgmt.c 	if (cp->addr.type != BDADDR_BREDR)
BDADDR_BREDR     5285 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR)
BDADDR_BREDR     5462 net/bluetooth/mgmt.c 	if (cp->addr.type != BDADDR_BREDR)
BDADDR_BREDR     5617 net/bluetooth/mgmt.c 	if (cp->addr.type == BDADDR_BREDR) {
BDADDR_BREDR     5716 net/bluetooth/mgmt.c 		if (cp->addr.type == BDADDR_BREDR) {
BDADDR_BREDR     6169 net/bluetooth/mgmt.c 		case BIT(BDADDR_BREDR):
BDADDR_BREDR     6205 net/bluetooth/mgmt.c 	case BIT(BDADDR_BREDR):
BDADDR_BREDR     7096 net/bluetooth/mgmt.c 	ev.key.addr.type = BDADDR_BREDR;
BDADDR_BREDR     7396 net/bluetooth/mgmt.c 	ev.addr.type = BDADDR_BREDR;
BDADDR_BREDR      747 net/bluetooth/rfcomm/core.c 	addr.l2_bdaddr_type = BDADDR_BREDR;
BDADDR_BREDR      773 net/bluetooth/rfcomm/core.c 	addr.l2_bdaddr_type = BDADDR_BREDR;
BDADDR_BREDR     2032 net/bluetooth/rfcomm/core.c 	addr.l2_bdaddr_type = BDADDR_BREDR;
BDADDR_BREDR      181 net/bluetooth/rfcomm/tty.c 	hdev = hci_get_route(&dev->dst, &dev->src, BDADDR_BREDR);
BDADDR_BREDR      223 net/bluetooth/sco.c 	hdev = hci_get_route(&sco_pi(sk)->dst, &sco_pi(sk)->src, BDADDR_BREDR);
BDADDR_BREDR     3277 net/bluetooth/smp.c 		chan->src_type = BDADDR_BREDR;