Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c242a5aa authored by Danica Chang's avatar Danica Chang
Browse files

delete ScoSocket

Change-Id: Ib941ca2d817e0a788638a5e72f1eb2e1fc4739e9
parent bcfdb328
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -152,7 +152,6 @@ extern int register_android_opengl_classes(JNIEnv *env);
extern int register_android_bluetooth_HeadsetBase(JNIEnv* env);
extern int register_android_bluetooth_BluetoothAudioGateway(JNIEnv* env);
extern int register_android_bluetooth_BluetoothSocket(JNIEnv *env);
extern int register_android_bluetooth_ScoSocket(JNIEnv *env);
extern int register_android_server_BluetoothService(JNIEnv* env);
extern int register_android_server_BluetoothEventLoop(JNIEnv *env);
extern int register_android_server_BluetoothA2dpService(JNIEnv* env);
@@ -1286,7 +1285,6 @@ static const RegJNIRec gRegJNI[] = {
    REG_JNI(register_android_bluetooth_HeadsetBase),
    REG_JNI(register_android_bluetooth_BluetoothAudioGateway),
    REG_JNI(register_android_bluetooth_BluetoothSocket),
    REG_JNI(register_android_bluetooth_ScoSocket),
    REG_JNI(register_android_server_BluetoothService),
    REG_JNI(register_android_server_BluetoothEventLoop),
    REG_JNI(register_android_server_BluetoothA2dpService),