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 | 713         let exp_bytes: Vec<u8> =  in test_append_service_uuids()  localVariable724         let exp_bytes: Vec<u8> =  in test_append_service_uuids()  localVariable
 746         let exp_bytes: Vec<u8> =  in test_append_solicit_uuids()  localVariable
 762         let mut exp_bytes: Vec<u8> = vec![30, 0x16, 0xf3, 0xfe];  in test_append_service_data_good_id()  localVariable
 778         let exp_bytes: Vec<u8> = Vec::new();  in test_append_service_data_bad_id()  localVariable
 787         let exp_bytes: Vec<u8> = vec![5, 0x9, 0x61, 0x62, 0x63, 0x0];  in test_append_device_name()  localVariable
 793         let exp_bytes: Vec<u8> = vec![  in test_append_device_name()  localVariable
 805         let exp_bytes: Vec<u8> = vec![6, 0xff, 0x23, 0x01, 0x0, 0x1, 0x2];  in test_append_manufacturer_data()  localVariable
 814         let exp_bytes: Vec<u8> = vec![0x4, 0x26, 0x0, 0x1, 0x2];  in test_append_transport_discovery_data()  localVariable
 820         let exp_bytes: Vec<u8> = vec![0x5, 0x26, 0x1, 0x2, 0x4, 0x8, 3, 0x26, 0xa, 0xb];  in test_append_transport_discovery_data()  localVariable
 
 |