Searched refs:btproto (Results 1 – 11 of 11) sorted by relevance
52 const struct btproto *sp_proto; /* upper layer protocol */76 int sco_attach(struct sco_pcb **, const struct btproto *, void *);
342 const struct btproto *rd_proto; /* upper layer callbacks */415 int rfcomm_attach(struct rfcomm_dlc **, const struct btproto *, void *);
400 const struct btproto *lc_proto; /* upper layer callbacks */478 int l2cap_attach(struct l2cap_channel **, const struct btproto *, void *);
117 struct btproto { struct
62 const struct btproto *proto, void *upper) in sco_attach()
62 const struct btproto *proto, void *upper) in l2cap_attach()
64 const struct btproto *proto, void *upper) in rfcomm_attach()
74 static const struct btproto rfcomm_proto = {
75 static const struct btproto l2cap_proto = {
70 static const struct btproto sco_proto = {
82 static const struct btproto rfcomm_session_proto = {