Loading android/app/jni/bluetooth_socket_manager.cc +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ Status BluetoothSocketManagerBinderServer::connectSocket( } _aidl_return->reset(new ParcelFileDescriptor()); (*_aidl_return)->fd = socket_fd; (*_aidl_return)->setFileDescriptor(socket_fd, true); return Status::ok(); } Loading Loading @@ -96,7 +96,7 @@ Status BluetoothSocketManagerBinderServer::createSocketChannel( } _aidl_return->reset(new ParcelFileDescriptor()); (*_aidl_return)->fd = socket_fd; (*_aidl_return)->setFileDescriptor(socket_fd, true); return Status::ok(); } Loading Loading
android/app/jni/bluetooth_socket_manager.cc +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ Status BluetoothSocketManagerBinderServer::connectSocket( } _aidl_return->reset(new ParcelFileDescriptor()); (*_aidl_return)->fd = socket_fd; (*_aidl_return)->setFileDescriptor(socket_fd, true); return Status::ok(); } Loading Loading @@ -96,7 +96,7 @@ Status BluetoothSocketManagerBinderServer::createSocketChannel( } _aidl_return->reset(new ParcelFileDescriptor()); (*_aidl_return)->fd = socket_fd; (*_aidl_return)->setFileDescriptor(socket_fd, true); return Status::ok(); } Loading