Home
last modified time | relevance | path

Searched refs:CH_ACL_OUT (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()
86 if (uart_fds[CH_ACL_OUT] == INVALID_FD) { in hal_open()
146 return transmit_data_on(uart_fds[CH_ACL_OUT], data, length); in transmit_data()
/system/bt/hci/include/
Dbt_vendor_lib.h213 CH_ACL_OUT, // HCI ACL downstream channel enumerator
/system/bt/hci/test/
Dhci_hal_mct_test.cpp76 ((int *)param)[CH_ACL_OUT] = acl_out_fd; in DURING()
/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c252 (*fd_array)[CH_ACL_OUT] = fd; in bt_vendor_open()