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