Searched refs:test_value (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/common/src/ |
D | init_flags.rs | 30 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/ |
D | bt_gatt_utils.py | 152 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/ |
D | gatt_connect_test.py | 761 test_value = [1, 2, 3, 4, 5, 6, 7] 771 … characteristic_uuid, test_value)
|