Searched refs:g_call_index (Results 1 – 1 of 1) sorted by relevance
25 static uint8_t g_call_index; variable37 if (call_index == g_call_index) { in tbs_hold_call_cb()46 g_call_index = call_index; in tbs_originate_call_cb()188 err = bt_tbs_originate(0, "tel:000000000001", &g_call_index); in test_answer_terminate()195 err = bt_tbs_remote_answer(g_call_index); in test_answer_terminate()202 err = bt_tbs_terminate(g_call_index); in test_answer_terminate()218 err = bt_tbs_originate(0, "tel:000000000001", &g_call_index); in test_hold_retrieve()224 err = bt_tbs_remote_answer(g_call_index); in test_hold_retrieve()231 err = bt_tbs_hold(g_call_index); in test_hold_retrieve()238 err = bt_tbs_retrieve(g_call_index); in test_hold_retrieve()[all …]