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.rs30 macro_rules! test_value { macro
115 $($flag: test_value!($($type)?),)*
175 … &*format!(concat!(concat!("INIT_", stringify!($flag)), "={}"), test_value!($($type)?))
179 assert_eq!(get_value, test_value!($($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.py761 test_value = [1, 2, 3, 4, 5, 6, 7]
771 … characteristic_uuid, test_value)