| /src/usr.sbin/btdevctl/ |
| btdevctl.h | 38 prop_dictionary_t db_get(bdaddr_t *, bdaddr_t *, const char *); 39 int db_set(prop_dictionary_t, bdaddr_t *, bdaddr_t *, const char *); 45 prop_dictionary_t cfg_query(bdaddr_t *, bdaddr_t *, const char *);
|
| db.c | 63 db_get(bdaddr_t *laddr, bdaddr_t *raddr, const char *service) 111 db_set(prop_dictionary_t dev, bdaddr_t *laddr, bdaddr_t *raddr, const char *service) 168 bdaddr_t laddr, raddr; 235 bdaddr_t bdaddr;
|
| /src/usr.sbin/bthcid/ |
| bthcid.h | 36 uint8_t *lookup_key (bdaddr_t *, bdaddr_t *); 37 void save_key (bdaddr_t *, bdaddr_t *, uint8_t *); 41 int send_client_request (bdaddr_t *, bdaddr_t *, int); 42 uint8_t *lookup_pin (bdaddr_t *, bdaddr_t *); 46 int send_pin_code_reply (int, struct sockaddr_bt *, bdaddr_t *, uint8_t *);
|
| hci.c | 77 (int, struct sockaddr_bt *, bdaddr_t *); 79 (int, struct sockaddr_bt *, bdaddr_t *); 84 (int, struct sockaddr_bt *, bdaddr_t *, uint8_t *); 151 (bdaddr_t *)(event + 1)); 156 (bdaddr_t *)(event + 1)); 176 bdaddr_t *bdaddr) 198 bdaddr_t *bdaddr) 224 bdaddr_t *bdaddr, uint8_t *pin) 254 sizeof(bdaddr_t), bdaddr); 272 bdaddr_t *bdaddr, uint8_t *key [all...] |
| config.c | 94 lookup_key(bdaddr_t *laddr, bdaddr_t *raddr) 123 save_key(bdaddr_t *laddr, bdaddr_t *raddr, uint8_t *key)
|
| /src/usr.bin/btkey/ |
| btkey.h | 31 extern bdaddr_t laddr; 32 extern bdaddr_t raddr; 36 void print_addr(const char *, const bdaddr_t *);
|
| btkey.c | 48 bdaddr_t laddr; 49 bdaddr_t raddr; 73 bdaddr_copy(&raddr, (bdaddr_t *)he->h_addr); 93 bdaddr_copy(&laddr, (bdaddr_t *)he->h_addr); 288 print_addr(const char *type, const bdaddr_t *addr) 298 sizeof(bdaddr_t), AF_BLUETOOTH)) != NULL)
|
| /src/usr.bin/sdpquery/ |
| sdpquery.h | 35 extern bdaddr_t local_addr; 36 extern bdaddr_t remote_addr;
|
| sdpquery.c | 55 bdaddr_t local_addr; 56 bdaddr_t remote_addr; 95 bdaddr_copy(&remote_addr, (bdaddr_t *)he->h_addr);
|
| /src/sys/dev/bluetooth/ |
| btsco.h | 50 bdaddr_t laddr; /* controller addr */ 51 bdaddr_t raddr; /* remote addr */
|
| /src/lib/libbluetooth/ |
| sdp-int.h | 42 sdp_session_t _sdp_open(const bdaddr_t *, const bdaddr_t *);
|
| bluetooth.h | 64 char const * bt_ntoa (bdaddr_t const *, char *); 65 int bt_aton (char const *, bdaddr_t *); 76 bdaddr_t bdaddr; 119 bdaddr_t bdaddr; 137 int bt_devaddr(const char *, bdaddr_t *); 138 int bt_devname(char *, const bdaddr_t *); 160 bdaddr_t laddr; /* local address */ 161 bdaddr_t raddr; /* remote address */ 167 bdaddr_t laddr; /* local address */ 168 bdaddr_t raddr; /* remote address * [all...] |
| sdp_record.c | 49 sdp_record_insert(struct sdp_session *ss, bdaddr_t *bdaddr, 56 bdaddr_t ba; 64 req[1].iov_len = sizeof(bdaddr_t);
|
| /src/sys/netbt/ |
| bluetooth.h | 55 } __packed bdaddr_t; typedef in typeref:struct:__anon7134 61 bdaddr_same(const bdaddr_t *a, const bdaddr_t *b) 70 bdaddr_any(const bdaddr_t *a) 78 bdaddr_copy(bdaddr_t *d, const bdaddr_t *s) 95 bdaddr_t bt_bdaddr; 102 #define BDADDR_ANY ((const bdaddr_t *) "\000\000\000\000\000")
|
| sco.h | 45 bdaddr_t sp_laddr; /* local address */ 46 bdaddr_t sp_raddr; /* remote address */
|
| hci.h | 519 bdaddr_t bdaddr; /* destination address */ 548 bdaddr_t bdaddr; /* destination address */ 553 bdaddr_t bdaddr; /* destination address */ 559 bdaddr_t bdaddr; /* address of unit to be connected */ 567 bdaddr_t bdaddr; /* remote address */ 575 bdaddr_t bdaddr; /* remote address */ 581 bdaddr_t bdaddr; /* unit address */ 587 bdaddr_t bdaddr; /* remote address */ 592 bdaddr_t bdaddr; /* unit address */ 598 bdaddr_t bdaddr; /* remote address * [all...] |
| hci_misc.c | 57 hci_route_lookup(bdaddr_t *src, bdaddr_t *dest) 115 hci_memo_find(struct hci_unit *unit, bdaddr_t *bdaddr) 147 hci_memo_new(struct hci_unit *unit, bdaddr_t *bdaddr)
|
| hci_le.h | 80 bdaddr_t bdaddr; /* random local address */ 93 bdaddr_t direct_address; /* remote address */ 166 bdaddr_t peer_address; /* remote address */ 203 bdaddr_t address; /* remote address */ 212 bdaddr_t address; /* remote address */ 362 bdaddr_t peer_address; /* remote address */
|
| /src/usr.sbin/sdpd/ |
| sdpd.h | 76 bdaddr_t bdaddr; /* restricted device address */ 95 bdaddr_t bdaddr; /* clients local device address */ 130 bool db_create(server_t *, int, const bdaddr_t *, uint32_t, sdp_data_t *);
|
| record.c | 53 bdaddr_t bdaddr; 70 if (seq.next + sizeof(bdaddr_t) > seq.end) 73 memcpy(&bdaddr, seq.next, sizeof(bdaddr_t)); 74 seq.next += sizeof(bdaddr_t);
|
| /src/tests/lib/libbluetooth/ |
| t_bluetooth.c | 47 bdaddr_t bdaddr; 75 bdaddr_t bdaddr = { { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 } };
|
| /src/usr.sbin/btattach/ |
| init_bgb2xx.c | 52 bdaddr_t bdaddr;
|
| /src/usr.bin/rfcomm_sppd/ |
| rfcomm_sppd.c | 92 static int open_client(bdaddr_t *, bdaddr_t *, int, uintmax_t, const char *); 93 static int open_server(bdaddr_t *, uint16_t, uint8_t, int, const char *); 95 static int service_search(const bdaddr_t *, const bdaddr_t *, uint16_t, 122 bdaddr_t laddr, raddr; 150 bdaddr_copy(&raddr, (bdaddr_t *)he->h_addr); 336 open_client(bdaddr_t *laddr, bdaddr_t *raddr, int lm, uintmax_t psm, 408 open_server(bdaddr_t *laddr, uint16_t psm, uint8_t channel, int lm [all...] |
| /src/usr.sbin/btpand/ |
| btpand.c | 55 bdaddr_t local_bdaddr; /* -d <addr> */ 56 bdaddr_t remote_bdaddr; /* -a <addr> */ 102 bdaddr_copy(&remote_bdaddr, (bdaddr_t *)he->h_addr);
|
| btpand.h | 142 extern bdaddr_t local_bdaddr; 143 extern bdaddr_t remote_bdaddr; 154 b2eaddr(void *dst, bdaddr_t *src)
|