Searched refs:bt_hci_transport_device (Results 1 – 3 of 3) sorted by relevance
39 bt_hci_transport_device_type bt_hci_transport_device; in bt_hci_set_transport() local49 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 …]
45 bt_hci_transport_device_type bt_hci_transport_device; variable
35 extern bt_hci_transport_device_type bt_hci_transport_device;