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

  /src/sys/netbt/
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.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...]

Completed in 28 milliseconds