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

/hardware/qcom/bt/libbt-vendor/src/
H A Duserial_vendor.c39 bt_hci_transport_device_type bt_hci_transport_device; local
49 bt_hci_transport_device.type = BT_HCI_SMD;
50 bt_hci_transport_device.name = APPS_RIVA_BT_CMD_CH;
51 bt_hci_transport_device.pkt_ind = 1;
54 bt_hci_transport_device.type = BT_HCI_UART;
55 bt_hci_transport_device.name = BT_HS_UART_DEVICE;
56 bt_hci_transport_device.pkt_ind = 0;
59 return bt_hci_transport_device;
95 bt_hci_transport_device.name, strerror(errno));
97 fd = open(bt_hci_transport_device
[all...]
H A Dbt_vendor_qcom.c44 bt_hci_transport_device_type bt_hci_transport_device; variable
/hardware/qcom/bt/libbt-vendor/include/
H A Dbt_vendor_qcom.h36 extern bt_hci_transport_device_type bt_hci_transport_device;

Completed in 53 milliseconds