Home
last modified time | relevance | path

Searched defs:exp_bytes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs2111 let exp_bytes: Vec<u8> = in test_append_service_uuids() localVariable
2121 let exp_bytes: Vec<u8> = in test_append_service_uuids() localVariable
2140 let exp_bytes: Vec<u8> = in test_append_solicit_uuids() localVariable
2156 let mut exp_bytes: Vec<u8> = vec![30, 0x16, 0xf3, 0xfe]; in test_append_service_data_good_id() localVariable
2172 let exp_bytes: Vec<u8> = Vec::new(); in test_append_service_data_bad_id() localVariable
2181 let exp_bytes: Vec<u8> = vec![5, 0x9, 0x61, 0x62, 0x63, 0x0]; in test_append_device_name() localVariable
2187 let exp_bytes: Vec<u8> = vec![ in test_append_device_name() localVariable
2199 let exp_bytes: Vec<u8> = vec![6, 0xff, 0x23, 0x01, 0x0, 0x1, 0x2]; in test_append_manufacturer_data() localVariable
2208 let exp_bytes: Vec<u8> = vec![0x4, 0x26, 0x0, 0x1, 0x2]; in test_append_transport_discovery_data() localVariable
2214 let exp_bytes: Vec<u8> = vec![0x5, 0x26, 0x1, 0x2, 0x4, 0x8, 3, 0x26, 0xa, 0xb]; in test_append_transport_discovery_data() localVariable