Home
last modified time | relevance | path

Searched refs:g_current_group_object_id (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c30 static uint64_t g_current_group_object_id; variable
326 g_current_group_object_id = id; in current_group_id_cb()
1066 object_id = g_current_group_object_id; in test_cp_prev_group()
1077 if (g_current_group_object_id == object_id) { in test_cp_prev_group()
1095 object_id = g_current_group_object_id; in test_cp_next_group()
1106 if (g_current_group_object_id == object_id) { in test_cp_next_group()
1123 object_id = g_current_group_object_id; in test_cp_first_group()
1134 if (g_current_group_object_id == object_id) { in test_cp_first_group()
1151 object_id = g_current_group_object_id; in test_cp_last_group()
1162 if (g_current_group_object_id == object_id) { in test_cp_last_group()
[all …]
Dmcc_test.c37 static uint64_t g_current_group_object_id; variable
279 g_current_group_object_id = id; in mcc_read_current_group_obj_id_cb()
291 g_current_group_object_id = id; in mcc_set_current_group_obj_id_cb()
1232 object_id = g_current_group_object_id; in test_cp_prev_group()
1243 if (g_current_group_object_id == object_id) { in test_cp_prev_group()
1261 object_id = g_current_group_object_id; in test_cp_next_group()
1272 if (g_current_group_object_id == object_id) { in test_cp_next_group()
1289 object_id = g_current_group_object_id; in test_cp_first_group()
1300 if (g_current_group_object_id == object_id) { in test_cp_first_group()
1317 object_id = g_current_group_object_id; in test_cp_last_group()
[all …]