Searched defs:exp_bytes (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_adv.rs | 2140 let exp_bytes: Vec<u8> = in test_append_service_uuids() localVariable 2150 let exp_bytes: Vec<u8> = in test_append_service_uuids() localVariable 2169 let exp_bytes: Vec<u8> = in test_append_solicit_uuids() localVariable 2185 let mut exp_bytes: Vec<u8> = vec![30, 0x16, 0xf3, 0xfe]; in test_append_service_data_good_id() localVariable 2201 let exp_bytes: Vec<u8> = Vec::new(); in test_append_service_data_bad_id() localVariable 2210 let exp_bytes: Vec<u8> = vec![5, 0x9, 0x61, 0x62, 0x63, 0x0]; in test_append_device_name() localVariable 2216 let exp_bytes: Vec<u8> = vec![ in test_append_device_name() localVariable 2228 let exp_bytes: Vec<u8> = vec![6, 0xff, 0x23, 0x01, 0x0, 0x1, 0x2]; in test_append_manufacturer_data() localVariable 2237 let exp_bytes: Vec<u8> = vec![0x4, 0x26, 0x0, 0x1, 0x2]; in test_append_transport_discovery_data() localVariable 2243 let exp_bytes: Vec<u8> = vec![0x5, 0x26, 0x1, 0x2, 0x4, 0x8, 3, 0x26, 0xa, 0xb]; in test_append_transport_discovery_data() localVariable
|