/src/usr.bin/btkey/ |
file.c | 61 dev = prop_dictionary_get(db, bt_ntoa(&laddr, NULL)); 106 dev = prop_dictionary_get(db, bt_ntoa(&laddr, NULL)); 110 dat = prop_dictionary_get(dev, bt_ntoa(&raddr, NULL)); 140 dev = prop_dictionary_get(db, bt_ntoa(&laddr, NULL)); 146 rv = prop_dictionary_set(db, bt_ntoa(&laddr, NULL), dev); 156 rv = prop_dictionary_set(dev, bt_ntoa(&raddr, NULL), dat); 185 dev = prop_dictionary_get(db, bt_ntoa(&laddr, NULL)); 189 dat = prop_dictionary_get(dev, bt_ntoa(&raddr, NULL)); 193 prop_dictionary_remove(dev, bt_ntoa(&raddr, NULL));
|
btkey.c | 293 printf("%10s: %s", type, bt_ntoa(addr, NULL));
|
/src/usr.sbin/bthcid/ |
hci.c | 183 bt_ntoa(bdaddr, NULL)); 204 dev_name, bt_ntoa(bdaddr, NULL)); 210 bt_ntoa(bdaddr, NULL)); 216 bt_ntoa(bdaddr, NULL)); 234 bt_ntoa(bdaddr, NULL)); 251 bt_ntoa(bdaddr, NULL)); 261 bt_ntoa(bdaddr, NULL)); 284 dev_name, bt_ntoa(bdaddr, NULL)); 294 dev_name, bt_ntoa(bdaddr, NULL)); 302 dev_name, bt_ntoa(bdaddr, NULL)) [all...] |
config.c | 104 obj = prop_dictionary_get(cfg, bt_ntoa(laddr, NULL)); 110 obj = prop_dictionary_get(obj, bt_ntoa(raddr, NULL)); 140 dev = prop_dictionary_get(cfg, bt_ntoa(laddr, NULL)); 149 if (!prop_dictionary_set(cfg, bt_ntoa(laddr, NULL), dev)) { 166 if (!prop_dictionary_set(dev, bt_ntoa(raddr, NULL), dat)) {
|
client.c | 205 syslog(LOG_DEBUG, "Received PIN for %s", bt_ntoa(&rp.raddr, NULL)); 240 syslog(LOG_DEBUG, "Caching PIN for %s", bt_ntoa(&rp.raddr, NULL)); 314 syslog(LOG_DEBUG, "PIN for %s expired", bt_ntoa(&item->raddr, NULL));
|
/src/usr.sbin/btdevctl/ |
db.c | 92 ldev = prop_dictionary_get(db, bt_ntoa(laddr, NULL)); 96 rdev = prop_dictionary_get(ldev, bt_ntoa(raddr, NULL)); 115 ldev = prop_dictionary_get(db, bt_ntoa(laddr, NULL)); 121 if (!prop_dictionary_set(db, bt_ntoa(laddr, NULL), ldev)) 127 rdev = prop_dictionary_get(ldev, bt_ntoa(raddr, NULL)); 133 if (!prop_dictionary_set(ldev, bt_ntoa(raddr, NULL), rdev))
|
print.c | 95 printf("local bdaddr: %s\n", bt_ntoa(prop_data_value(obj), NULL)); 101 printf("remote bdaddr: %s\n", bt_ntoa(prop_data_value(obj), NULL));
|
/src/tests/lib/libbluetooth/ |
t_bluetooth.c | 70 atf_tc_set_md_var(tc, "descr", "Test bt_ntoa results"); 77 ATF_CHECK_STREQ(bt_ntoa(&bdaddr, NULL), "55:44:33:22:11:00");
|
/src/lib/libbluetooth/ |
bluetooth.h | 64 char const * bt_ntoa (bdaddr_t const *, char *); 182 #define ba2str(ba, str) bt_ntoa((ba), (str))
|
Makefile | 33 MLINKS+= bluetooth.3 bt_ntoa.3
|
bluetooth.c | 277 bt_ntoa(bdaddr_t const *ba, char *str) function in typeref:typename:char const *
|
/src/share/examples/rump/btplay/ |
btplay.c | 106 btr.btr_name, bt_ntoa(&btr.btr_bdaddr, NULL)); 155 printf("my peer: %s, ", bt_ntoa(&peeraddr, NULL));
|
/src/usr.sbin/btpand/ |
client.c | 86 service_class, bt_ntoa(&remote_bdaddr, NULL)); 192 service_type, bt_ntoa(&remote_bdaddr, NULL));
|
server.c | 218 log_info("Accepted connection from %s", bt_ntoa(&ra.bt_bdaddr, NULL));
|
/src/usr.bin/bthset/ |
bthset.c | 221 err(EXIT_FAILURE, "%s", bt_ntoa(&info.raddr, NULL)); 229 printf("\tladdr: %s\n", bt_ntoa(&info.laddr, NULL)); 230 printf("\traddr: %s\n", bt_ntoa(&info.raddr, NULL));
|
/src/usr.bin/rfcomm_sppd/ |
rfcomm_sppd.c | 385 err(EXIT_FAILURE, "bind(%s)", bt_ntoa(laddr, NULL)); 402 bt_ntoa(raddr, NULL), psm, channel); 441 bt_ntoa(laddr, NULL), psm, channel);
|
/src/usr.sbin/bta2dpd/bta2dpd/ |
bta2dpd.c | 552 log_info("\tladdr: %s", bt_ntoa(&info.laddr, NULL)); 553 log_info("\traddr: %s", bt_ntoa(&info.raddr, NULL)); 1099 service_type, bt_ntoa(&info.raddr, NULL));
|
/src/usr.sbin/btconfig/ |
btconfig.c | 639 bt_ntoa(&btr.btr_bdaddr, NULL), buf); 1089 printf("%3d: bdaddr %s", num, bt_ntoa(&r->bdaddr, NULL));
|