Home
last modified time | relevance | path

Searched refs:bt_ntoa (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.sbin/bthcid/
HDconfig.c60 "remote bdaddr %s", bt_ntoa(laddr, NULL), in lookup_key()
61 bt_ntoa(raddr, NULL)); in lookup_key()
66 bt_ntoa(&key->bdaddr, NULL), in lookup_key()
73 bt_ntoa(raddr, NULL)); in lookup_key()
88 "remote bdaddr %s", bt_ntoa(laddr, NULL), in lookup_pin_conf()
89 bt_ntoa(raddr, NULL)); in lookup_pin_conf()
94 bt_ntoa(&key->bdaddr, NULL), in lookup_pin_conf()
101 bt_ntoa(raddr, NULL)); in lookup_pin_conf()
112 "remote bdaddr %s", bt_ntoa(laddr, NULL), in save_key()
113 bt_ntoa(raddr, NULL)); in save_key()
[all …]
HDhci.c193 bt_ntoa(bdaddr, NULL)); in process_pin_code_request_event()
219 dev_name, bt_ntoa(bdaddr, NULL)); in process_link_key_request_event()
225 bt_ntoa(bdaddr, NULL)); in process_link_key_request_event()
231 bt_ntoa(bdaddr, NULL)); in process_link_key_request_event()
249 bt_ntoa(bdaddr, NULL)); in send_pin_code_reply()
266 bt_ntoa(bdaddr, NULL)); in send_pin_code_reply()
276 bt_ntoa(bdaddr, NULL)); in send_pin_code_reply()
299 dev_name, bt_ntoa(bdaddr, NULL)); in send_link_key_reply()
309 dev_name, bt_ntoa(bdaddr, NULL)); in send_link_key_reply()
317 dev_name, bt_ntoa(bdaddr, NULL)); in send_link_key_reply()
[all …]
HDparser.y93 bt_ntoa(&key->bdaddr, NULL));
283 bt_ntoa(&lkey->bdaddr, NULL), in dump_config()
343 bt_ntoa(&lkey->bdaddr, NULL), in read_keys_file()
373 bt_ntoa(&lkey->bdaddr, NULL), in dump_keys_file()
HDclient.c201 syslog(LOG_DEBUG, "Received PIN for %s", bt_ntoa(&rp.raddr, NULL)); in process_client()
236 syslog(LOG_DEBUG, "Caching PIN for %s", bt_ntoa(&rp.raddr, NULL)); in process_client()
307 syslog(LOG_DEBUG, "PIN for %s expired", bt_ntoa(&item->raddr, NULL)); in process_item()
HDbthcid.c125 syslog(LOG_ERR, "init_hci(%s)", bt_ntoa(&bdaddr, NULL)); in main()
/dragonfly/lib/libbluetooth/
HDbluetooth.h65 char const * bt_ntoa (bdaddr_t const *, char *);
100 #define ba2str(ba, str) bt_ntoa((ba), (str))
HDMakefile27 MLINKS+= bluetooth.3 bt_ntoa.3
HDbluetooth.c274 bt_ntoa(bdaddr_t const *ba, char *str) in bt_ntoa() function
/dragonfly/usr.bin/rfcomm_sppd/
HDrfcomm_sppd.c362 err(EXIT_FAILURE, "bind(%s)", bt_ntoa(laddr, NULL)); in open_client()
377 err(EXIT_FAILURE, "connect(%s, %d)", bt_ntoa(raddr, NULL), in open_client()
412 err(EXIT_FAILURE, "bind(%s, %d)", bt_ntoa(laddr, NULL), in open_server()
/dragonfly/usr.sbin/btconfig/
HDbtconfig.c620 bt_ntoa(&btr.btr_bdaddr, NULL), btr.btr_flags); in print_info()
993 bt_ntoa(&r->bdaddr, NULL)); in print_result()