Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs285 let small_input = [0u8; CONNECT_COMPLETE_SIZE - 1]; in test_conncomplete_parsing() localVariable
288 assert_eq!(false, ConnectionComplete::try_from(&small_input[0..]).is_ok()); in test_conncomplete_parsing()
/packages/modules/adb/
Dtest_device.py465 small_input = b'foo'
470 for input in (small_input, large_input):