Searched refs:test_cb (Results 1 – 1 of 1) sorted by relevance
88 static btif_test_cb_t test_cb; variable702 test_cb.conn_id = connected ? conn_id : 0; in btif_test_connect_cback()815 test_cb.gatt_if = in btif_gattc_test_command_impl()818 GATT_StartIf(test_cb.gatt_if); in btif_gattc_test_command_impl()820 GATT_Deregister(test_cb.gatt_if); in btif_gattc_test_command_impl()821 test_cb.gatt_if = 0; in btif_gattc_test_command_impl()835 if (!GATT_Connect(test_cb.gatt_if, *params->bda1, in btif_gattc_test_command_impl()844 log::info("DISCONNECT - conn_id={}", test_cb.conn_id); in btif_gattc_test_command_impl()845 if (GATT_Disconnect(test_cb.conn_id) != GATT_SUCCESS) in btif_gattc_test_command_impl()858 disc_name[params->u1], test_cb.conn_id, in btif_gattc_test_command_impl()[all …]