Home
last modified time | relevance | path

Searched refs:bnep_send (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bluetooth/btpand/
H A Dbtpand.h185 bool bnep_send(channel_t *, packet_t *);
H A Dclient.c151 chan->send = bnep_send; in client_init()
H A Dserver.c247 chan->send = bnep_send; in server_read()
H A Dbnep.c635 bnep_send(channel_t *chan, packet_t *pkt) in bnep_send() function