OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VND_PORT_NAME_MAXLEN
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/bt/msm8909/libbt-vendor/include/
hci_uart.h
133
#define
VND_PORT_NAME_MAXLEN
256
140
char port_name[
VND_PORT_NAME_MAXLEN
];
/hardware/qcom/bt/msm8992/libbt-vendor/include/
hci_uart.h
133
#define
VND_PORT_NAME_MAXLEN
256
140
char port_name[
VND_PORT_NAME_MAXLEN
];
/hardware/qcom/bt/msm8996/libbt-vendor/include/
hci_uart.h
133
#define
VND_PORT_NAME_MAXLEN
256
140
char port_name[
VND_PORT_NAME_MAXLEN
];
/hardware/qcom/bt/msmcobalt/libbt-vendor/include/
hci_uart.h
137
#define
VND_PORT_NAME_MAXLEN
256
144
char port_name[
VND_PORT_NAME_MAXLEN
];
/hardware/broadcom/libbt/src/
userial_vendor.c
53
#define
VND_PORT_NAME_MAXLEN
256
64
char port_name[
VND_PORT_NAME_MAXLEN
];
179
snprintf(vnd_userial.port_name,
VND_PORT_NAME_MAXLEN
, "%s", \
/hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c
214
snprintf(vnd_userial.port_name,
VND_PORT_NAME_MAXLEN
, "%s", BT_HS_UART_DEVICE);
445
strlcpy(vnd_userial.port_name, p_conf_value,
VND_PORT_NAME_MAXLEN
);
/hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c
215
snprintf(vnd_userial.port_name,
VND_PORT_NAME_MAXLEN
, "%s", BT_HS_UART_DEVICE);
445
strlcpy(vnd_userial.port_name, p_conf_value,
VND_PORT_NAME_MAXLEN
);
/hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c
217
snprintf(vnd_userial.port_name,
VND_PORT_NAME_MAXLEN
, "%s", BT_HS_UART_DEVICE);
450
strlcpy(vnd_userial.port_name, p_conf_value,
VND_PORT_NAME_MAXLEN
);
/hardware/qcom/bt/msmcobalt/libbt-vendor/src/
hci_uart.c
216
snprintf(vnd_userial.port_name,
VND_PORT_NAME_MAXLEN
, "%s", BT_HS_UART_DEVICE);
450
strlcpy(vnd_userial.port_name, p_conf_value,
VND_PORT_NAME_MAXLEN
);
Completed in 1170 milliseconds