Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_hal_mct.c49 static void event_acl_stream_has_bytes(eager_reader_t *reader, void *context);
109 eager_reader_register(acl_stream, thread_get_reactor(thread), event_acl_stream_has_bytes, NULL); in hal_open()
187 static void event_acl_stream_has_bytes(UNUSED_ATTR eager_reader_t *reader, UNUSED_ATTR void *contex… in event_acl_stream_has_bytes() function