Searched refs:test_cb (Results 1 – 1 of 1) sorted by relevance
63 static btif_test_cb_t test_cb; variable73 test_cb.conn_id = connected ? conn_id : 0; in btif_test_connect_cback()183 test_cb.gatt_if = in btif_gattc_test_command_impl()186 GATT_StartIf(test_cb.gatt_if); in btif_gattc_test_command_impl()188 GATT_Deregister(test_cb.gatt_if); in btif_gattc_test_command_impl()189 test_cb.gatt_if = 0; in btif_gattc_test_command_impl()203 if (!GATT_Connect(test_cb.gatt_if, *params->bda1, true, BT_TRANSPORT_LE, in btif_gattc_test_command_impl()212 LOG_INFO("%s: DISCONNECT - conn_id=%d", __func__, test_cb.conn_id); in btif_gattc_test_command_impl()213 GATT_Disconnect(test_cb.conn_id); in btif_gattc_test_command_impl()225 __func__, disc_name[params->u1], test_cb.conn_id, in btif_gattc_test_command_impl()[all …]