Searched refs:hci_bind (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/bluetooth/bt-transport-uart/
H A Dbt-transport-uart.c491 static zx_status_t hci_bind(void* ctx, zx_device_t* parent) { function
527 zxlogf(ERROR, "hci_bind: serial_get_info failed\n");
531 zxlogf(ERROR, "hci_bind: info.device_class != SERIAL_CLASS_BLUETOOTH_HCI\n");
560 zxlogf(ERROR, "hci_bind: bind failed: %s\n", zx_status_get_string(status));
567 .bind = hci_bind,
/fuchsia/zircon/system/dev/bluetooth/bt-transport-usb/
H A Dbt-transport-usb.c559 static zx_status_t hci_bind(void* ctx, zx_device_t* device) { function
696 .bind = hci_bind,

Completed in 76 milliseconds