Searched refs:HCI_HAL_SERIAL_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
/system/bt/hci/src/ |
D | hci_hal_mct.c | 34 #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()
|
D | hci_hal_h4.c | 34 #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()
|