Searched refs:hci_proto (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/bluetooth/bt-hci-broadcom/
H A Dbt-hci-broadcom.c86 bt_hci_protocol_t* hci_proto = out_proto; local
89 hci_proto->ops = hci->hci.ops;
90 hci_proto->ctx = hci->hci.ctx;
/fuchsia/zircon/system/dev/bluetooth/bt-transport-uart/
H A Dbt-transport-uart.c477 bt_hci_protocol_t* hci_proto = protocol; local
479 hci_proto->ops = &hci_protocol_ops;
480 hci_proto->ctx = ctx;
/fuchsia/zircon/system/dev/bluetooth/bt-transport-usb/
H A Dbt-transport-usb.c545 bt_hci_protocol_t* hci_proto = protocol; local
547 hci_proto->ops = &hci_protocol_ops;
548 hci_proto->ctx = ctx;

Completed in 76 milliseconds