Home
last modified time | relevance | path

Searched refs:bdaddrpr (Results 1 – 2 of 2) sorted by relevance

/NextBSD/usr.bin/bluetooth/btsockstat/
HDbtsockstat.c67 static char * bdaddrpr (bdaddr_p const ba, char *str, int len);
308 bdaddrpr(&pcb.src, NULL, 0)); in l2caprawpr()
366 bdaddrpr(&pcb.src, local, sizeof(local)), in l2cappr()
368 bdaddrpr(&pcb.dst, remote, sizeof(remote)), in l2cappr()
412 bdaddrpr(&rt.src, NULL, 0)); in l2caprtpr()
472 bdaddrpr(&pcb.src, local, sizeof(local)), in rfcommpr()
473 bdaddrpr(&pcb.dst, remote, sizeof(remote)), in rfcommpr()
547 bdaddrpr(bdaddr_p const ba, char *str, int len) in bdaddrpr() function
/NextBSD/usr.sbin/bluetooth/l2control/
HDl2cap.c45 bdaddrpr(bdaddr_t const *ba) in bdaddrpr() function
166 bdaddrpr(&r.connections[n].remote), in l2cap_read_connection_list()
223 bdaddrpr(&r.channels[n].remote), in l2cap_read_channel_list()