Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs2140 let exp_bytes: Vec<u8> = in test_append_service_uuids() localVariable
2143 assert_eq!(bytes, exp_bytes); in test_append_service_uuids()
2150 let exp_bytes: Vec<u8> = in test_append_service_uuids() localVariable
2153 assert_eq!(bytes, exp_bytes); in test_append_service_uuids()
2169 let exp_bytes: Vec<u8> = in test_append_solicit_uuids() localVariable
2172 assert_eq!(bytes, exp_bytes); in test_append_solicit_uuids()
2185 let mut exp_bytes: Vec<u8> = vec![30, 0x16, 0xf3, 0xfe]; in test_append_service_data_good_id() localVariable
2186 exp_bytes.extend(data); in test_append_service_data_good_id()
2188 assert_eq!(bytes, exp_bytes); in test_append_service_data_good_id()
2201 let exp_bytes: Vec<u8> = Vec::new(); in test_append_service_data_bad_id() localVariable
[all …]