Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/common/src/
Dinit_flags.rs31 macro_rules! test_value { macro
143 $($flag: test_value!($($type)?),)*
144 $($dy_flag: test_value!($($dy_type)?),)*
145 $($extra_field: test_value!($extra_field_type),)*
234 … &*format!(concat!(concat!("INIT_", stringify!($flag)), "={}"), test_value!($($type)?))
238 assert_eq!(get_value, test_value!($($type)?));
247 … &*format!(concat!(concat!("INIT_", stringify!($dy_flag)), "={}"), test_value!($($dy_type)?))
251 assert_eq!(get_value, test_value!($($dy_type)?));
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py152 test_value = [1, 2, 3, 4, 5, 6, 7]
166 … characteristic, descriptor, test_value)
179 if found_value != test_value:
180 … log.error("Values didn't match. Found: {}, Expected: " "{}".format(found_value, test_value))
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py840 test_value = [1, 2, 3, 4, 5, 6, 7]
850 … characteristic_uuid, test_value)