Searched refs:exp_16 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_adv.rs | 2118 let exp_16: Vec<u8> = vec![3, 0x3, 0xf3, 0xfe]; in test_append_service_uuids() localVariable 2120 assert_eq!(bytes, exp_16); in test_append_service_uuids() 2141 [exp_16.as_slice(), exp_32.as_slice(), exp_128.as_slice()].concat(); in test_append_service_uuids() 2149 let exp_16: Vec<u8> = vec![5, 0x3, 0xf3, 0xfe, 0xbb, 0xaa]; in test_append_service_uuids() localVariable 2151 [exp_16.as_slice(), exp_32.as_slice(), exp_128.as_slice()].concat(); in test_append_service_uuids() 2163 let exp_16: Vec<u8> = vec![3, 0x14, 0xf3, 0xfe]; in test_append_solicit_uuids() localVariable 2170 [exp_16.as_slice(), exp_32.as_slice(), exp_128.as_slice()].concat(); in test_append_solicit_uuids()
|