OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_hci_transport_device
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c
39
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
.name, (O_RDWR | O_NOCTTY))
[
all
...]
bt_vendor_qcom.c
44
bt_hci_transport_device_type
bt_hci_transport_device
;
variable
/hardware/qcom/bt/libbt-vendor/include/
bt_vendor_qcom.h
36
extern bt_hci_transport_device_type
bt_hci_transport_device
;
Completed in 27 milliseconds