Symbol: bt_aton
lib/libbluetooth/bluetooth.c
125
if (bt_aton(p, &host_addr) == 0)
lib/libbluetooth/bluetooth.h
65
#define str2ba(str, ba) (bt_aton((str), (ba)) == 1? 0 : -1)
lib/libbluetooth/bluetooth.h
88
int bt_aton (char const *str, bdaddr_t *ba);
lib/libbluetooth/hci.c
69
if (bt_aton(devname, &ba)) {
lib/virtual_oss/bt/bt.c
382
if (!bt_aton(devname, &info.raddr)) {
usr.bin/bluetooth/bthost/bthost.c
82
if (bt_aton(arg, &ba) == 1) {
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
96
if (!bt_aton(optarg, &addr)) {
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
72
if (!bt_aton(optarg, &bdaddr)) {
usr.sbin/bluetooth/bthidd/bthidd.c
82
if (!bt_aton(optarg, &srv.bdaddr)) {
usr.sbin/bluetooth/bthidd/parser.y
514
if (!bt_aton(line, &bdaddr)) {
usr.sbin/bluetooth/btpand/btpand.c
84
if (!bt_aton(optarg, &remote_bdaddr)) {
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
204
if (!bt_aton(argv[0], &cmd.cp.bdaddr)) {
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
310
if (!bt_aton(argv[0], &cp.bdaddr)) {
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
361
if (!bt_aton(argv[0], &cp.bdaddr)) {
usr.sbin/bluetooth/hccontrol/le.c
1014
if (!bt_aton(optarg, &cp.peer_addr)) {
usr.sbin/bluetooth/hccontrol/le.c
495
if (!bt_aton(optarg, &cp.direct_address)) {
usr.sbin/bluetooth/hccontrol/le.c
866
if (!bt_aton(optarg, &cp.address)) {
usr.sbin/bluetooth/hccontrol/le.c
925
if (!bt_aton(optarg, &cp.address)) {
usr.sbin/bluetooth/hccontrol/link_control.c
235
if (!bt_aton(argv[0], &cp.bdaddr)) {
usr.sbin/bluetooth/hccontrol/link_control.c
554
if (!bt_aton(argv[0], &cp.bdaddr)) {
usr.sbin/bluetooth/hccontrol/link_policy.c
97
if (!bt_aton(argv[0], &cp.bdaddr)) {
usr.sbin/bluetooth/hcsecd/parser.y
112
if (!bt_aton($2, &key->bdaddr)) {
usr.sbin/bluetooth/hcsecd/parser.y
318
if (!bt_aton(p, &bdaddr))
usr.sbin/bluetooth/l2control/l2control.c
67
if (!bt_aton(optarg, &bdaddr)) {
usr.sbin/bluetooth/l2ping/l2ping.c
126
if (!bt_aton(optarg, &src)) {
usr.sbin/bluetooth/l2ping/l2ping.c
97
if (!bt_aton(optarg, &dst)) {
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
84
if (!bt_aton(optarg, &addr)) {
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
68
if (!bt_aton(optarg, &bdaddr)) {