Home
last modified time | relevance | path

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

/hardware/qcom/bt/msm8960/libbt-vendor/src/
Duserial_vendor.c39 bt_hci_transport_device_type bt_hci_transport_device; in bt_hci_set_transport() local
49 bt_hci_transport_device.type = BT_HCI_SMD; in bt_hci_set_transport()
50 bt_hci_transport_device.name = APPS_RIVA_BT_CMD_CH; in bt_hci_set_transport()
51 bt_hci_transport_device.pkt_ind = 1; in bt_hci_set_transport()
54 bt_hci_transport_device.type = BT_HCI_UART; in bt_hci_set_transport()
55 bt_hci_transport_device.name = BT_HS_UART_DEVICE; in bt_hci_set_transport()
56 bt_hci_transport_device.pkt_ind = 0; in bt_hci_set_transport()
59 return bt_hci_transport_device; in bt_hci_set_transport()
95 bt_hci_transport_device.name, strerror(errno)); in bt_hci_init_transport_id()
97 fd = open(bt_hci_transport_device.name, (O_RDWR | O_NOCTTY)); in bt_hci_init_transport_id()
[all …]
Dbt_vendor_qcom.c45 bt_hci_transport_device_type bt_hci_transport_device; variable
/hardware/qcom/bt/msm8960/libbt-vendor/include/
Dbt_vendor_qcom.h35 extern bt_hci_transport_device_type bt_hci_transport_device;