Home
last modified time | relevance | path

Searched refs:btproto (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/sys/netbt/
H A Dsco.h52 const struct btproto *sp_proto; /* upper layer protocol */
76 int sco_attach(struct sco_pcb **, const struct btproto *, void *);
H A Drfcomm.h342 const struct btproto *rd_proto; /* upper layer callbacks */
415 int rfcomm_attach(struct rfcomm_dlc **, const struct btproto *, void *);
H A Dl2cap.h400 const struct btproto *lc_proto; /* upper layer callbacks */
478 int l2cap_attach(struct l2cap_channel **, const struct btproto *, void *);
H A Dbluetooth.h117 struct btproto { struct
H A Dsco_upper.c62 const struct btproto *proto, void *upper) in sco_attach()
H A Dl2cap_upper.c62 const struct btproto *proto, void *upper) in l2cap_attach()
H A Drfcomm_upper.c64 const struct btproto *proto, void *upper) in rfcomm_attach()
H A Drfcomm_socket.c74 static const struct btproto rfcomm_proto = {
H A Dl2cap_socket.c75 static const struct btproto l2cap_proto = {
H A Dsco_socket.c70 static const struct btproto sco_proto = {
H A Drfcomm_session.c82 static const struct btproto rfcomm_session_proto = {