Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/hci/src/
H A Dcontroller.rs64 let acl_buffer_length = buffer_size.get_acl_data_packet_length(); in provide_controller() localVariable
90 le_buffer_length = acl_buffer_length; in provide_controller()
153 acl_buffer_length, in provide_controller()
196 pub acl_buffer_length: u16, field
/aosp12/system/bt/gd/rust/shim/src/
H A Dcontroller.rs124 acl_buffer_length: u16,
/aosp12/system/bt/gd/rust/link/src/acl/
H A Dcore.rs112 … ReceiverStream::new(in_rx), controller.acl_buffer_length.into(), handle, bt, close_rx)); in provide_acl_dispatch()