Lines Matching refs:hci_proto
152 extern struct hci_proto *hci_proto[];
356 struct hci_proto { struct
374 register struct hci_proto *hp; in hci_proto_connect_ind() argument
377 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_connect_ind()
381 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_connect_ind()
390 register struct hci_proto *hp; in hci_proto_connect_cfm()
392 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_connect_cfm()
396 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_connect_cfm()
403 register struct hci_proto *hp; in hci_proto_disconn_ind()
405 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_disconn_ind()
409 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_disconn_ind()
416 register struct hci_proto *hp; in hci_proto_auth_cfm()
418 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_auth_cfm()
422 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_auth_cfm()
429 register struct hci_proto *hp; in hci_proto_encrypt_cfm()
431 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_encrypt_cfm()
435 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_encrypt_cfm()
440 int hci_register_proto(struct hci_proto *hproto);
441 int hci_unregister_proto(struct hci_proto *hproto);