--- android/gatt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/gatt.c b/android/gatt.c index 1ce6ff9..6eb4440 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -3471,6 +3471,9 @@ static void handle_client_test_command(const void *buf, uint16_t len) } break; case GATT_CLIENT_TEST_CMD_CONNECT: + /* TODO u1 holds device type, for now assume BLE */ + status = handle_connect(test_client_if, &bdaddr); + break; case GATT_CLIENT_TEST_CMD_DISCONNECT: case GATT_CLIENT_TEST_CMD_DISCOVER: case GATT_CLIENT_TEST_CMD_PAIRING_CONFIG: -- 2.0.0.rc4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html