Home
last modified time | relevance | path

Searched refs:HCI_HAL_SERIAL_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/system/bt/hci/src/
Dhci_hal_mct.c34 #define HCI_HAL_SERIAL_BUFFER_SIZE 1026 macro
96 …event_stream = eager_reader_new(uart_fds[CH_EVT], &allocator_malloc, HCI_HAL_SERIAL_BUFFER_SIZE, S… in hal_open()
102 …acl_stream = eager_reader_new(uart_fds[CH_ACL_IN], &allocator_malloc, HCI_HAL_SERIAL_BUFFER_SIZE, … in hal_open()
Dhci_hal_h4.c34 #define HCI_HAL_SERIAL_BUFFER_SIZE 1026 macro
86 …uart_stream = eager_reader_new(uart_fd, &allocator_malloc, HCI_HAL_SERIAL_BUFFER_SIZE, SIZE_MAX, "… in hal_open()