Symbol: bdaddr_t
drivers/bluetooth/btbcm.c
148
int btbcm_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btbcm.c
24
#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}})
drivers/bluetooth/btbcm.c
25
#define BDADDR_BCM20702A1 (&(bdaddr_t) {{0x00, 0x00, 0xa0, 0x02, 0x70, 0x20}})
drivers/bluetooth/btbcm.c
26
#define BDADDR_BCM2076B1 (&(bdaddr_t) {{0x79, 0x56, 0x00, 0xa0, 0x76, 0x20}})
drivers/bluetooth/btbcm.c
27
#define BDADDR_BCM43430A0 (&(bdaddr_t) {{0xac, 0x1f, 0x12, 0xa0, 0x43, 0x43}})
drivers/bluetooth/btbcm.c
28
#define BDADDR_BCM43430A1 (&(bdaddr_t) {{0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa}})
drivers/bluetooth/btbcm.c
29
#define BDADDR_BCM4324B3 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb3, 0x24, 0x43}})
drivers/bluetooth/btbcm.c
30
#define BDADDR_BCM4330B1 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb1, 0x30, 0x43}})
drivers/bluetooth/btbcm.c
31
#define BDADDR_BCM4334B0 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb0, 0x34, 0x43}})
drivers/bluetooth/btbcm.c
32
#define BDADDR_BCM4345C5 (&(bdaddr_t) {{0xac, 0x1f, 0x00, 0xc5, 0x45, 0x43}})
drivers/bluetooth/btbcm.c
33
#define BDADDR_BCM43341B (&(bdaddr_t) {{0xac, 0x1f, 0x00, 0x1b, 0x34, 0x43}})
drivers/bluetooth/btbcm.c
45
bdaddr_t efi_bdaddr, bdaddr;
drivers/bluetooth/btbcm.h
55
int btbcm_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr);
drivers/bluetooth/btbcm.h
75
static inline int btbcm_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btintel.c
142
int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btintel.c
25
#define BDADDR_INTEL (&(bdaddr_t){{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}})
drivers/bluetooth/btintel.c
646
sizeof(bdaddr_t));
drivers/bluetooth/btintel.h
121
bdaddr_t otp_bdaddr;
drivers/bluetooth/btintel.h
251
int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr);
drivers/bluetooth/btintel.h
299
static inline int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btintel.h
93
bdaddr_t otp_bd_addr;
drivers/bluetooth/btmrvl_main.c
548
static int btmrvl_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btmrvl_main.c
555
buf[1] = sizeof(bdaddr_t);
drivers/bluetooth/btmrvl_main.c
556
memcpy(buf + 2, bdaddr, sizeof(bdaddr_t));
drivers/bluetooth/btmtk.c
344
int btmtk_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btmtk.h
187
int btmtk_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr);
drivers/bluetooth/btmtk.h
222
const bdaddr_t *bdaddr)
drivers/bluetooth/btnxpuart.c
1411
static int nxp_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btnxpuart.c
1819
bdaddr_t ba = {0};
drivers/bluetooth/btqca.c
1020
int qca_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btqca.c
1022
bdaddr_t bdaddr_swapped;
drivers/bluetooth/btqca.c
428
if (tag_len != sizeof(bdaddr_t))
drivers/bluetooth/btqca.c
431
memcpy(&config->bdaddr, tlv_nvm->data, sizeof(bdaddr_t));
drivers/bluetooth/btqca.c
676
int qca_set_bdaddr_rome(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btqca.c
684
cmd[2] = sizeof(bdaddr_t); /* size */
drivers/bluetooth/btqca.c
685
memcpy(cmd + 3, bdaddr, sizeof(bdaddr_t));
drivers/bluetooth/btqca.h
100
bdaddr_t bdaddr;
drivers/bluetooth/btqca.h
165
int qca_set_bdaddr_rome(struct hci_dev *hdev, const bdaddr_t *bdaddr);
drivers/bluetooth/btqca.h
171
int qca_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr);
drivers/bluetooth/btqca.h
175
static inline int qca_set_bdaddr_rome(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btqca.h
196
static inline int qca_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btqcomsmd.c
125
static int btqcomsmd_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/btusb.c
2971
const bdaddr_t *bdaddr)
drivers/bluetooth/btusb.c
2978
buf[1] = sizeof(bdaddr_t);
drivers/bluetooth/btusb.c
2979
memcpy(buf + 2, bdaddr, sizeof(bdaddr_t));
drivers/bluetooth/btusb.c
2994
const bdaddr_t *bdaddr)
drivers/bluetooth/btusb.c
3003
buf[3] = sizeof(bdaddr_t);
drivers/bluetooth/btusb.c
3004
memcpy(buf + 4, bdaddr, sizeof(bdaddr_t));
drivers/bluetooth/btusb.c
3018
const bdaddr_t *bdaddr)
drivers/bluetooth/btusb.c
3024
memcpy(buf, bdaddr, sizeof(bdaddr_t));
drivers/bluetooth/hci_aml.c
23
#define AML_BDADDR_DEFAULT (&(bdaddr_t) {{ 0x00, 0xff, 0x00, 0x22, 0x2d, 0xae }})
drivers/bluetooth/hci_aml.c
373
static int aml_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/hci_aml.c
381
sizeof(bdaddr_t), bdaddr,
drivers/bluetooth/hci_ath.c
169
static int ath_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/hci_bcm4377.c
1399
bdaddr_t *addr)
drivers/bluetooth/hci_bcm4377.c
1507
static int bcm4377_hci_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/hci_ll.c
592
static int ll_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr)
drivers/bluetooth/hci_ll.c
594
bdaddr_t bdaddr_swapped;
drivers/bluetooth/hci_ll.c
602
skb = __hci_cmd_sync(hdev, HCI_VS_WRITE_BD_ADDR, sizeof(bdaddr_t),
drivers/bluetooth/hci_ll.c
70
bdaddr_t bdaddr;
drivers/bluetooth/hci_ll.c
738
bdaddr_t *bdaddr;
drivers/bluetooth/hci_ll.c
747
if (len != sizeof(bdaddr_t)) {
drivers/bluetooth/hci_nokia.c
131
bdaddr_t bdaddr;
drivers/bluetooth/virtio_bt.c
131
const bdaddr_t *bdaddr)
drivers/bluetooth/virtio_bt.c
157
static int virtbt_set_bdaddr_intel(struct hci_dev *hdev, const bdaddr_t *bdaddr)
include/net/bluetooth/bluetooth.h
379
#define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}})
include/net/bluetooth/bluetooth.h
380
#define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}})
include/net/bluetooth/bluetooth.h
383
static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2)
include/net/bluetooth/bluetooth.h
385
return memcmp(ba1, ba2, sizeof(bdaddr_t));
include/net/bluetooth/bluetooth.h
387
static inline void bacpy(bdaddr_t *dst, const bdaddr_t *src)
include/net/bluetooth/bluetooth.h
389
memcpy(dst, src, sizeof(bdaddr_t));
include/net/bluetooth/bluetooth.h
392
void baswap(bdaddr_t *dst, const bdaddr_t *src);
include/net/bluetooth/bluetooth.h
455
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1053
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1086
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1139
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1161
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1172
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1459
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1661
bdaddr_t direct_addr;
include/net/bluetooth/hci.h
1720
bdaddr_t peer_addr;
include/net/bluetooth/hci.h
1743
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1749
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1845
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1853
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
1928
bdaddr_t peer_addr;
include/net/bluetooth/hci.h
1949
bdaddr_t addr;
include/net/bluetooth/hci.h
1977
bdaddr_t peer_addr;
include/net/bluetooth/hci.h
2065
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2081
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2490
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2507
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2514
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2535
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2603
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2628
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2633
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2638
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2659
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2665
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2673
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2699
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2730
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2752
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2757
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2765
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2771
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2776
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2782
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2787
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2799
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2805
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2873
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2915
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2970
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
2972
bdaddr_t direct_addr;
include/net/bluetooth/hci.h
2993
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
3001
bdaddr_t direct_addr;
include/net/bluetooth/hci.h
3017
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
3029
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
3030
bdaddr_t local_rpa;
include/net/bluetooth/hci.h
3031
bdaddr_t peer_rpa;
include/net/bluetooth/hci.h
3074
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
791
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
813
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
818
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
824
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
830
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
836
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
841
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
847
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
852
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
856
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
883
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
891
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
896
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
933
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
944
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
950
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
958
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
962
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
969
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
977
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
984
bdaddr_t bdaddr;
include/net/bluetooth/hci.h
989
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
1151
bdaddr_t *ba, __u8 bis)
include/net/bluetooth/hci_core.h
1198
bdaddr_t *ba,
include/net/bluetooth/hci_core.h
1242
__u8 type, bdaddr_t *ba)
include/net/bluetooth/hci_core.h
1263
bdaddr_t *ba)
include/net/bluetooth/hci_core.h
1283
bdaddr_t *ba,
include/net/bluetooth/hci_core.h
1307
bdaddr_t *ba,
include/net/bluetooth/hci_core.h
141
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
1576
struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
1579
bdaddr_t *dst, u8 dst_type, u8 role);
include/net/bluetooth/hci_core.h
158
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
1588
struct hci_conn *hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
1592
struct hci_conn *hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
1596
struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
1599
struct hci_conn *hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
1602
struct hci_conn *hci_bind_cis(struct hci_dev *hdev, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
1605
struct hci_conn *hci_bind_bis(struct hci_dev *hdev, bdaddr_t *dst, __u8 sid,
include/net/bluetooth/hci_core.h
1608
int hci_past_bis(struct hci_conn *conn, bdaddr_t *dst, __u8 dst_type);
include/net/bluetooth/hci_core.h
1609
struct hci_conn *hci_connect_cis(struct hci_dev *hdev, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
1612
struct hci_conn *hci_connect_bis(struct hci_dev *hdev, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
1616
struct hci_conn *hci_pa_create_sync(struct hci_dev *hdev, bdaddr_t *dst,
include/net/bluetooth/hci_core.h
175
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
1757
struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src, u8 src_type);
include/net/bluetooth/hci_core.h
1817
bdaddr_t *bdaddr, u8 type);
include/net/bluetooth/hci_core.h
1819
struct list_head *list, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1822
hci_bdaddr_list_lookup_with_flags(struct list_head *list, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1824
int hci_bdaddr_list_add(struct list_head *list, bdaddr_t *bdaddr, u8 type);
include/net/bluetooth/hci_core.h
1825
int hci_bdaddr_list_add_with_irk(struct list_head *list, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1827
int hci_bdaddr_list_add_with_flags(struct list_head *list, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1829
int hci_bdaddr_list_del(struct list_head *list, bdaddr_t *bdaddr, u8 type);
include/net/bluetooth/hci_core.h
1830
int hci_bdaddr_list_del_with_irk(struct list_head *list, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1835
bdaddr_t *addr, u8 addr_type);
include/net/bluetooth/hci_core.h
1837
bdaddr_t *addr, u8 addr_type);
include/net/bluetooth/hci_core.h
1838
void hci_conn_params_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type);
include/net/bluetooth/hci_core.h
1846
bdaddr_t *addr,
include/net/bluetooth/hci_core.h
1853
struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
include/net/bluetooth/hci_core.h
1855
bdaddr_t *bdaddr, u8 *val, u8 type,
include/net/bluetooth/hci_core.h
1857
struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1860
struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1862
int hci_remove_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type);
include/net/bluetooth/hci_core.h
1864
int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
include/net/bluetooth/hci_core.h
1866
struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa);
include/net/bluetooth/hci_core.h
1867
struct smp_irk *hci_find_irk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1869
struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1870
u8 addr_type, u8 val[16], bdaddr_t *rpa);
include/net/bluetooth/hci_core.h
1871
void hci_remove_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type);
include/net/bluetooth/hci_core.h
1876
bool hci_bdaddr_is_paired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type);
include/net/bluetooth/hci_core.h
1880
bdaddr_t *bdaddr, u8 bdaddr_type);
include/net/bluetooth/hci_core.h
1881
int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
1884
int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
195
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
204
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
2088
static inline int hci_proto_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
217
bdaddr_t rpa;
include/net/bluetooth/hci_core.h
218
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
2248
static inline bool hci_bdaddr_is_rpa(bdaddr_t *bdaddr, u8 addr_type)
include/net/bluetooth/hci_core.h
2259
static inline bool hci_is_identity_address(bdaddr_t *addr, u8 addr_type)
include/net/bluetooth/hci_core.h
226
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
2272
bdaddr_t *bdaddr, u8 addr_type)
include/net/bluetooth/hci_core.h
234
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
2435
void mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2438
void mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2442
void mgmt_pin_code_request(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 secure);
include/net/bluetooth/hci_core.h
2443
void mgmt_pin_code_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2445
void mgmt_pin_code_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2447
int mgmt_user_confirm_request(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2450
int mgmt_user_confirm_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2452
int mgmt_user_confirm_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2454
int mgmt_user_passkey_request(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2456
int mgmt_user_passkey_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2458
int mgmt_user_passkey_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2460
int mgmt_user_passkey_notify(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2468
void mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
include/net/bluetooth/hci_core.h
2472
void mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
include/net/bluetooth/hci_core.h
2476
void mgmt_resuming(struct hci_dev *hdev, u8 reason, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2483
void mgmt_new_conn_param(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
2495
bdaddr_t *bdaddr, u8 addr_type);
include/net/bluetooth/hci_core.h
2503
void hci_copy_identity_address(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
268
bdaddr_t random_addr;
include/net/bluetooth/hci_core.h
296
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
366
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
367
bdaddr_t setup_addr;
include/net/bluetooth/hci_core.h
368
bdaddr_t public_addr;
include/net/bluetooth/hci_core.h
369
bdaddr_t random_addr;
include/net/bluetooth/hci_core.h
370
bdaddr_t static_addr;
include/net/bluetooth/hci_core.h
49
bdaddr_t bdaddr;
include/net/bluetooth/hci_core.h
553
bdaddr_t wake_addr;
include/net/bluetooth/hci_core.h
613
bdaddr_t rpa;
include/net/bluetooth/hci_core.h
655
int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr);
include/net/bluetooth/hci_core.h
684
bdaddr_t dst;
include/net/bluetooth/hci_core.h
686
bdaddr_t src;
include/net/bluetooth/hci_core.h
688
bdaddr_t init_addr;
include/net/bluetooth/hci_core.h
690
bdaddr_t resp_addr;
include/net/bluetooth/hci_core.h
808
bdaddr_t addr;
include/net/bluetooth/hci_core.h
85
bdaddr_t last_adv_addr;
include/net/bluetooth/hci_core.h
861
int l2cap_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr);
include/net/bluetooth/hci_core.h
867
int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags);
include/net/bluetooth/hci_core.h
870
static inline int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
885
int iso_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags);
include/net/bluetooth/hci_core.h
889
static inline int iso_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr,
include/net/bluetooth/hci_core.h
952
bdaddr_t *bdaddr);
include/net/bluetooth/hci_core.h
954
bdaddr_t *bdaddr);
include/net/bluetooth/hci_core.h
956
bdaddr_t *bdaddr,
include/net/bluetooth/hci_mon.h
60
bdaddr_t bdaddr;
include/net/bluetooth/hci_mon.h
66
bdaddr_t bdaddr;
include/net/bluetooth/hci_sock.h
112
bdaddr_t bdaddr;
include/net/bluetooth/hci_sock.h
133
bdaddr_t bdaddr;
include/net/bluetooth/hci_sock.h
157
bdaddr_t bdaddr;
include/net/bluetooth/hci_sock.h
163
bdaddr_t bdaddr;
include/net/bluetooth/hci_sync.h
101
u8 *own_addr_type, bdaddr_t *rand_addr);
include/net/bluetooth/iso.h
17
bdaddr_t bc_bdaddr;
include/net/bluetooth/iso.h
27
bdaddr_t iso_bdaddr;
include/net/bluetooth/l2cap.h
521
bdaddr_t dst;
include/net/bluetooth/l2cap.h
523
bdaddr_t src;
include/net/bluetooth/l2cap.h
66
bdaddr_t l2_bdaddr;
include/net/bluetooth/l2cap.h
952
int l2cap_add_psm(struct l2cap_chan *chan, bdaddr_t *src, __le16 psm);
include/net/bluetooth/l2cap.h
958
bdaddr_t *dst, u8 dst_type, u16 timeout);
include/net/bluetooth/mgmt.h
1044
bdaddr_t rpa;
include/net/bluetooth/mgmt.h
128
bdaddr_t bdaddr;
include/net/bluetooth/mgmt.h
404
bdaddr_t bdaddr;
include/net/bluetooth/mgmt.h
516
bdaddr_t bdaddr;
include/net/bluetooth/mgmt.h
625
bdaddr_t bdaddr;
include/net/bluetooth/mgmt.h
67
bdaddr_t bdaddr;
include/net/bluetooth/rfcomm.h
236
int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst,
include/net/bluetooth/rfcomm.h
244
struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel);
include/net/bluetooth/rfcomm.h
276
void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src,
include/net/bluetooth/rfcomm.h
277
bdaddr_t *dst);
include/net/bluetooth/rfcomm.h
282
bdaddr_t rc_bdaddr;
include/net/bluetooth/rfcomm.h
305
bdaddr_t src;
include/net/bluetooth/rfcomm.h
306
bdaddr_t dst;
include/net/bluetooth/rfcomm.h
342
bdaddr_t src;
include/net/bluetooth/rfcomm.h
343
bdaddr_t dst;
include/net/bluetooth/rfcomm.h
351
bdaddr_t src;
include/net/bluetooth/rfcomm.h
352
bdaddr_t dst;
include/net/bluetooth/sco.h
34
bdaddr_t sco_bdaddr;
net/bluetooth/6lowpan.c
1139
bdaddr_t addr;
net/bluetooth/6lowpan.c
377
bdaddr_t *peer_addr, u8 *peer_addr_type)
net/bluetooth/6lowpan.c
510
bdaddr_t addr;
net/bluetooth/6lowpan.c
674
bdaddr_t addr;
net/bluetooth/6lowpan.c
897
static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type)
net/bluetooth/6lowpan.c
939
bdaddr_t *addr = BDADDR_ANY;
net/bluetooth/6lowpan.c
968
static int get_l2cap_conn(char *buf, bdaddr_t *addr, u8 *addr_type,
net/bluetooth/cmtp/cmtp.h
45
bdaddr_t bdaddr;
net/bluetooth/cmtp/cmtp.h
50
bdaddr_t bdaddr;
net/bluetooth/cmtp/cmtp.h
75
bdaddr_t bdaddr;
net/bluetooth/cmtp/core.c
53
static struct cmtp_session *__cmtp_get_session(bdaddr_t *bdaddr)
net/bluetooth/hci_conn.c
1080
bdaddr_t *dst, u8 dst_type, u8 role)
net/bluetooth/hci_conn.c
1093
struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
net/bluetooth/hci_conn.c
1246
struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src, uint8_t src_type)
net/bluetooth/hci_conn.c
1266
bdaddr_t id_addr;
net/bluetooth/hci_conn.c
1376
struct hci_conn *hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst,
net/bluetooth/hci_conn.c
1452
static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type)
net/bluetooth/hci_conn.c
1468
bdaddr_t *addr, u8 addr_type)
net/bluetooth/hci_conn.c
1569
static struct hci_conn *hci_add_bis(struct hci_dev *hdev, bdaddr_t *dst,
net/bluetooth/hci_conn.c
1620
struct hci_conn *hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst,
net/bluetooth/hci_conn.c
1677
struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst,
net/bluetooth/hci_conn.c
1756
struct hci_conn *hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst,
net/bluetooth/hci_conn.c
1962
struct hci_conn *hci_bind_cis(struct hci_dev *hdev, bdaddr_t *dst,
net/bluetooth/hci_conn.c
2152
struct hci_conn *hci_pa_create_sync(struct hci_dev *hdev, bdaddr_t *dst,
net/bluetooth/hci_conn.c
2214
struct hci_conn *hci_bind_bis(struct hci_dev *hdev, bdaddr_t *dst, __u8 sid,
net/bluetooth/hci_conn.c
2270
int hci_past_bis(struct hci_conn *conn, bdaddr_t *dst, __u8 dst_type)
net/bluetooth/hci_conn.c
2298
struct hci_conn *hci_connect_bis(struct hci_dev *hdev, bdaddr_t *dst,
net/bluetooth/hci_conn.c
2349
struct hci_conn *hci_connect_cis(struct hci_dev *hdev, bdaddr_t *dst,
net/bluetooth/hci_conn.c
76
bdaddr_t *bdaddr;
net/bluetooth/hci_conn.c
926
bdaddr_t *dst, u8 dst_type,
net/bluetooth/hci_core.c
1108
struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr)
net/bluetooth/hci_core.c
1182
struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1211
struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa)
net/bluetooth/hci_core.c
1245
struct smp_irk *hci_find_irk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1277
bdaddr_t *bdaddr, u8 *val, u8 type,
net/bluetooth/hci_core.c
1323
struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1352
struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1353
u8 addr_type, u8 val[16], bdaddr_t *rpa)
net/bluetooth/hci_core.c
1375
int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr)
net/bluetooth/hci_core.c
1391
int hci_remove_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type)
net/bluetooth/hci_core.c
1410
void hci_remove_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type)
net/bluetooth/hci_core.c
1425
bool hci_bdaddr_is_paired(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type)
net/bluetooth/hci_core.c
1503
bdaddr_t *bdaddr, u8 bdaddr_type)
net/bluetooth/hci_core.c
1518
int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
1545
int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
167
bdaddr_t *bdaddr)
net/bluetooth/hci_core.c
183
bdaddr_t *bdaddr)
net/bluetooth/hci_core.c
199
bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
2050
bdaddr_t *bdaddr, u8 type)
net/bluetooth/hci_core.c
2063
struct list_head *bdaddr_list, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
2078
bdaddr_t *bdaddr, u8 type)
net/bluetooth/hci_core.c
2100
int hci_bdaddr_list_add(struct list_head *list, bdaddr_t *bdaddr, u8 type)
net/bluetooth/hci_core.c
2122
int hci_bdaddr_list_add_with_irk(struct list_head *list, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
2151
int hci_bdaddr_list_add_with_flags(struct list_head *list, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
2175
int hci_bdaddr_list_del(struct list_head *list, bdaddr_t *bdaddr, u8 type)
net/bluetooth/hci_core.c
2194
int hci_bdaddr_list_del_with_irk(struct list_head *list, bdaddr_t *bdaddr,
net/bluetooth/hci_core.c
2216
bdaddr_t *addr, u8 addr_type)
net/bluetooth/hci_core.c
2232
bdaddr_t *addr, u8 addr_type)
net/bluetooth/hci_core.c
2271
bdaddr_t *addr, u8 addr_type)
net/bluetooth/hci_core.c
2316
void hci_conn_params_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type)
net/bluetooth/hci_core.c
2378
void hci_copy_identity_address(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_debugfs.c
673
bdaddr_t addr;
net/bluetooth/hci_event.c
1355
bdaddr_t *sent;
net/bluetooth/hci_event.c
1720
static void store_pending_adv_report(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/hci_event.c
2438
bdaddr_t *bdaddr, u8 *name, u8 name_len)
net/bluetooth/hci_event.c
2799
static void cs_le_create_conn(struct hci_dev *hdev, bdaddr_t *peer_addr,
net/bluetooth/hci_event.c
3262
static void hci_reject_conn(struct hci_dev *hdev, bdaddr_t *bdaddr)
net/bluetooth/hci_event.c
5660
static void le_conn_update_addr(struct hci_conn *conn, bdaddr_t *bdaddr,
net/bluetooth/hci_event.c
5661
u8 bdaddr_type, bdaddr_t *local_rpa)
net/bluetooth/hci_event.c
5714
bdaddr_t *bdaddr, u8 bdaddr_type,
net/bluetooth/hci_event.c
5715
bdaddr_t *local_rpa, u8 role, u16 handle,
net/bluetooth/hci_event.c
6089
bdaddr_t *addr,
net/bluetooth/hci_event.c
6179
static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr,
net/bluetooth/hci_event.c
6180
u8 bdaddr_type, bdaddr_t *direct_addr,
net/bluetooth/hci_event.c
7547
const bdaddr_t *bdaddr, u8 addr_type)
net/bluetooth/hci_event.c
84
const bdaddr_t *bdaddr, u8 addr_type)
net/bluetooth/hci_sock.c
970
bdaddr_t bdaddr;
net/bluetooth/hci_sock.c
987
bdaddr_t bdaddr;
net/bluetooth/hci_sync.c
1045
static int hci_set_random_addr_sync(struct hci_dev *hdev, bdaddr_t *rpa)
net/bluetooth/hci_sync.c
1109
bdaddr_t nrpa;
net/bluetooth/hci_sync.c
1196
bdaddr_t *random_addr)
net/bluetooth/hci_sync.c
1343
bdaddr_t random_addr;
net/bluetooth/hci_sync.c
2308
bdaddr_t *bdaddr, u8 bdaddr_type)
net/bluetooth/hci_sync.c
2330
bdaddr_t *bdaddr, u8 bdaddr_type)
net/bluetooth/hci_sync.c
2361
bdaddr_t addr;
net/bluetooth/hci_sync.c
3606
bdaddr_t ba;
net/bluetooth/hci_sync.c
3814
u8 cond_type, bdaddr_t *bdaddr,
net/bluetooth/hci_sync.c
5501
static int hci_remote_name_cancel_sync(struct hci_dev *hdev, bdaddr_t *addr)
net/bluetooth/hci_sync.c
6399
bdaddr_t random_addr;
net/bluetooth/hci_sync.c
6826
u8 *own_addr_type, bdaddr_t *rand_addr)
net/bluetooth/hci_sync.c
6868
bdaddr_t nrpa;
net/bluetooth/hidp/core.c
1006
static struct hidp_session *__hidp_session_find(const bdaddr_t *bdaddr)
net/bluetooth/hidp/core.c
1023
static struct hidp_session *hidp_session_find(const bdaddr_t *bdaddr)
net/bluetooth/hidp/core.c
910
static int hidp_session_new(struct hidp_session **out, const bdaddr_t *bdaddr,
net/bluetooth/hidp/hidp.h
106
bdaddr_t bdaddr;
net/bluetooth/hidp/hidp.h
111
bdaddr_t bdaddr;
net/bluetooth/hidp/hidp.h
149
bdaddr_t bdaddr;
net/bluetooth/iso.c
2027
return !bacmp(&iso_pi(sk)->dst, (bdaddr_t *)data);
net/bluetooth/iso.c
2229
int iso_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags)
net/bluetooth/iso.c
594
static struct sock *__iso_get_sock_listen_by_addr(bdaddr_t *src, bdaddr_t *dst)
net/bluetooth/iso.c
612
static struct sock *__iso_get_sock_listen_by_sid(bdaddr_t *ba, bdaddr_t *bc,
net/bluetooth/iso.c
62
bdaddr_t src;
net/bluetooth/iso.c
64
bdaddr_t dst;
net/bluetooth/iso.c
641
static struct sock *iso_get_sock(struct hci_dev *hdev, bdaddr_t *src,
net/bluetooth/iso.c
642
bdaddr_t *dst, enum bt_sock_state state,
net/bluetooth/iso.c
702
static struct sock *iso_get_sock_big(struct sock *match_sk, bdaddr_t *src,
net/bluetooth/iso.c
703
bdaddr_t *dst, uint8_t big)
net/bluetooth/iso.c
90
static struct sock *iso_get_sock(struct hci_dev *hdev, bdaddr_t *src,
net/bluetooth/iso.c
91
bdaddr_t *dst, enum bt_sock_state state,
net/bluetooth/l2cap_core.c
164
static struct l2cap_chan *__l2cap_global_chan_by_addr(__le16 psm, bdaddr_t *src,
net/bluetooth/l2cap_core.c
182
int l2cap_add_psm(struct l2cap_chan *chan, bdaddr_t *src, __le16 psm)
net/bluetooth/l2cap_core.c
1845
bdaddr_t *src,
net/bluetooth/l2cap_core.c
1846
bdaddr_t *dst,
net/bluetooth/l2cap_core.c
7076
bdaddr_t *dst, u8 dst_type, u16 timeout)
net/bluetooth/l2cap_core.c
7291
int l2cap_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr)
net/bluetooth/lib.c
42
void baswap(bdaddr_t *dst, const bdaddr_t *src)
net/bluetooth/mgmt.c
10005
int mgmt_user_confirm_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
10013
int mgmt_user_passkey_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
10020
int mgmt_user_passkey_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
10028
int mgmt_user_passkey_notify(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
10266
bdaddr_t *bdaddr, u8 addr_type)
net/bluetooth/mgmt.c
10309
bdaddr_t *bdaddr, bool report_device,
net/bluetooth/mgmt.c
10372
static void mesh_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
10438
void mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
net/bluetooth/mgmt.c
10530
void mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
net/bluetooth/mgmt.c
10580
void mgmt_resuming(struct hci_dev *hdev, u8 reason, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
3067
static int device_unpaired(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
5125
bdaddr_t *bdaddr, u8 bdaddr_type,
net/bluetooth/mgmt.c
5138
static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type)
net/bluetooth/mgmt.c
5157
bdaddr_t *addr, u8 addr_type,
net/bluetooth/mgmt.c
7645
bdaddr_t *bdaddr, u8 type, u8 action)
net/bluetooth/mgmt.c
7797
bdaddr_t *bdaddr, u8 type)
net/bluetooth/mgmt.c
9739
void mgmt_new_conn_param(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
9842
void mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
9871
void mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
9914
void mgmt_pin_code_request(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 secure)
net/bluetooth/mgmt.c
9925
void mgmt_pin_code_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
9938
void mgmt_pin_code_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
9951
int mgmt_user_confirm_request(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
9968
int mgmt_user_passkey_request(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
9982
static int user_pairing_resp_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/mgmt.c
9998
int mgmt_user_confirm_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/msft.c
119
bdaddr_t bdaddr;
net/bluetooth/msft.c
211
(struct hci_dev *hdev, u8 addr_type, bdaddr_t *addr,
net/bluetooth/msft.c
229
bdaddr_t *bdaddr, __u8 addr_type,
net/bluetooth/msft.c
788
static void msft_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/msft.c
811
static void msft_device_lost(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/msft.c
85
bdaddr_t bdaddr;
net/bluetooth/msft.c
928
(struct hci_dev *hdev, u8 addr_type, bdaddr_t *bdaddr,
net/bluetooth/rfcomm/core.c
2050
static int rfcomm_add_listener(bdaddr_t *ba)
net/bluetooth/rfcomm/core.c
371
static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
425
int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
537
struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
68
static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src,
net/bluetooth/rfcomm/core.c
69
bdaddr_t *dst,
net/bluetooth/rfcomm/core.c
72
static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst);
net/bluetooth/rfcomm/core.c
730
static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst)
net/bluetooth/rfcomm/core.c
763
static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src,
net/bluetooth/rfcomm/core.c
764
bdaddr_t *dst,
net/bluetooth/rfcomm/core.c
822
void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst)
net/bluetooth/rfcomm/sock.c
106
static struct sock *__rfcomm_get_listen_sock_by_addr(u8 channel, bdaddr_t *src)
net/bluetooth/rfcomm/sock.c
127
static struct sock *rfcomm_get_sock_by_channel(int state, u8 channel, bdaddr_t *src)
net/bluetooth/rfcomm/sock.c
443
bdaddr_t *src = &rfcomm_pi(sk)->src;
net/bluetooth/rfcomm/sock.c
936
bdaddr_t src, dst;
net/bluetooth/rfcomm/tty.c
56
bdaddr_t src;
net/bluetooth/rfcomm/tty.c
57
bdaddr_t dst;
net/bluetooth/sco.c
1426
int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags)
net/bluetooth/sco.c
438
static struct sock *__sco_get_sock_listen_by_addr(bdaddr_t *ba)
net/bluetooth/sco.c
456
static struct sock *sco_get_sock_listen(bdaddr_t *src)
net/bluetooth/sco.c
68
bdaddr_t src;
net/bluetooth/sco.c
69
bdaddr_t dst;
net/bluetooth/sco.c
702
bdaddr_t *src = &sco_pi(sk)->src;
net/bluetooth/smp.c
111
bdaddr_t id_addr;
net/bluetooth/smp.c
2441
int smp_cancel_and_remove_pairing(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/smp.c
2589
bdaddr_t rpa;
net/bluetooth/smp.c
3525
const bdaddr_t ra = { { 0xb6, 0xb5, 0xb4, 0xb3, 0xb2, 0xb1 } };
net/bluetooth/smp.c
3526
const bdaddr_t ia = { { 0xa6, 0xa5, 0xa4, 0xa3, 0xa2, 0xa1 } };
net/bluetooth/smp.c
408
const bdaddr_t *ia, u8 _rat, const bdaddr_t *ra, u8 res[16])
net/bluetooth/smp.c
498
const bdaddr_t *bdaddr)
net/bluetooth/smp.c
516
int smp_generate_rpa(struct hci_dev *hdev, const u8 irk[16], bdaddr_t *rpa)
net/bluetooth/smp.h
185
int smp_cancel_and_remove_pairing(struct hci_dev *hdev, bdaddr_t *bdaddr,
net/bluetooth/smp.h
193
const bdaddr_t *bdaddr);
net/bluetooth/smp.h
194
int smp_generate_rpa(struct hci_dev *hdev, const u8 irk[16], bdaddr_t *rpa);
net/bluetooth/smp.h
96
bdaddr_t bdaddr;