HomeSort by: relevance | last modified time | path
    Searched refs:hci_link (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/netbt/
sco.h 43 struct hci_link *sp_link; /* SCO link */
hci_link.c 1 /* $NetBSD: hci_link.c,v 1.27 2024/07/05 04:31:53 rin Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: hci_link.c,v 1.27 2024/07/05 04:31:53 rin Exp $");
67 struct hci_link *
70 struct hci_link *link;
149 hci_acl_close(struct hci_link *link, int err)
171 struct hci_link *
174 struct hci_link *link;
212 struct hci_link *link = arg;
260 hci_acl_setmode(struct hci_link *link)
332 hci_acl_linkmode(struct hci_link *link
    [all...]
l2cap.h 373 struct hci_link *lc_link; /* ACL connection (down) */
418 struct hci_link *lr_link; /* ACL connection */
446 void l2cap_recv_frame(struct mbuf *, struct hci_link *);
454 struct l2cap_req *l2cap_request_lookup(struct hci_link *, uint8_t);
460 void l2cap_recv_signal(struct mbuf *, struct hci_link *);
464 int l2cap_send_connect_rsp(struct hci_link *, uint8_t, uint16_t, uint16_t, uint16_t);
l2cap_signal.c 52 static void l2cap_recv_command_rej(struct mbuf *, struct hci_link *);
53 static void l2cap_recv_connect_req(struct mbuf *, struct hci_link *);
54 static void l2cap_recv_connect_rsp(struct mbuf *, struct hci_link *);
55 static void l2cap_recv_config_req(struct mbuf *, struct hci_link *);
56 static void l2cap_recv_config_rsp(struct mbuf *, struct hci_link *);
57 static void l2cap_recv_disconnect_req(struct mbuf *, struct hci_link *);
58 static void l2cap_recv_disconnect_rsp(struct mbuf *, struct hci_link *);
59 static void l2cap_recv_info_req(struct mbuf *, struct hci_link *);
60 static int l2cap_send_signal(struct hci_link *, uint8_t, uint8_t, uint16_t, void *);
61 static int l2cap_send_command_rej(struct hci_link *, uint8_t, int, ...)
    [all...]
l2cap_misc.c 113 struct hci_link *link = chan->lc_link;
153 l2cap_request_lookup(struct hci_link *link, uint8_t id)
171 struct hci_link *link = req->lr_link;
hci_event.c 383 struct hci_link *link, *next;
576 struct hci_link *link;
675 struct hci_link *link;
704 struct hci_link *link;
752 struct hci_link *link;
794 struct hci_link *link;
848 struct hci_link *link;
891 struct hci_link *link;
1196 struct hci_link *link;
1250 struct hci_link *link, *next
    [all...]
hci.h 2441 struct hci_link { struct
2443 TAILQ_ENTRY(hci_link) hl_next; /* next link on unit */
2466 struct hci_link *hl_link; /* SCO ACL link */
2471 /* hci_link state */
2480 /* hci_link flags */
2549 TAILQ_HEAD(,hci_link) hci_links; /* list of ACL/SCO links */
2581 /* hci_link.c */
2582 struct hci_link *hci_acl_open(struct hci_unit *, bdaddr_t *);
2583 struct hci_link *hci_acl_newconn(struct hci_unit *, bdaddr_t *);
2584 void hci_acl_close(struct hci_link *, int)
    [all...]
hci_misc.c 60 struct hci_link *link;
sco_upper.c 126 struct hci_link *acl, *sco;
204 struct hci_link *sco;
hci_unit.c 214 struct hci_link *link, *next;
412 struct hci_link *link;
420 if (link == M_GETCTX(m, struct hci_link *)) {
l2cap_lower.c 110 l2cap_recv_frame(struct mbuf *m, struct hci_link *link)
hci_ioctl.c 58 struct hci_link *link;
  /src/sys/rump/net/lib/libnetbt/
Makefile 14 hci_event.c hci_ioctl.c hci_link.c hci_misc.c hci_socket.c \

Completed in 22 milliseconds