OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uart_fds
(Results
1 - 1
of
1
) sorted by null
/system/bt/hci/src/
hci_hal_mct.c
43
static int
uart_fds
[CH_MAX];
variable
66
int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &
uart_fds
);
74
__func__,
uart_fds
[CH_CMD],
uart_fds
[CH_EVT],
uart_fds
[CH_ACL_OUT],
uart_fds
[CH_ACL_IN]);
76
if (
uart_fds
[CH_CMD] == INVALID_FD) {
81
if (
uart_fds
[CH_EVT] == INVALID_FD) {
86
if (
uart_fds
[CH_ACL_OUT] == INVALID_FD) {
91
if (
uart_fds
[CH_ACL_IN] == INVALID_FD)
[
all
...]
Completed in 73 milliseconds