Home
last modified time | relevance | path

Searched refs:CH_EVT (Results 1 – 4 of 4) sorted by relevance

/system/bt/hci/src/
Dhci_hal_mct.c74 __func__, uart_fds[CH_CMD], uart_fds[CH_EVT], uart_fds[CH_ACL_OUT], uart_fds[CH_ACL_IN]); in hal_open()
81 if (uart_fds[CH_EVT] == INVALID_FD) { in hal_open()
96 …event_stream = eager_reader_new(uart_fds[CH_EVT], &allocator_malloc, HCI_HAL_SERIAL_BUFFER_SIZE, S… in hal_open()
/system/bt/hci/include/
Dbt_vendor_lib.h212 CH_EVT, // HCI Event channel enumerator
/system/bt/hci/test/
Dhci_hal_mct_test.cpp78 ((int *)param)[CH_EVT] = event_in_fd; in DURING()
/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c251 (*fd_array)[CH_EVT] = fd; in bt_vendor_open()