commit | 71e00b456fc8f422b59712f5c9c70a4bd2e1a9cb | [log] [tgz] |
---|---|---|
author | Zach Johnson <zachoverflow@google.com> | Tue Nov 05 21:59:02 2019 -0800 |
committer | Zach Johnson <zachoverflow@google.com> | Wed Nov 06 10:30:48 2019 -0800 |
tree | 61a6575916d3e0ecb89743c4d6d96831320f9540 | |
parent | e7ed1216c581e62c7dcdbd0fdbd643a96e6563ab [diff] |
Move BluetoothSocketManager to java In the interest of updatability, we must use only system APIs and the NDK. The current native implementation used several functions that are not part of the NDK, and also called into the UserManager AIDL directly (which is not a stable aidl). Bug: 143971120 Test: compile, boot, attempt to connect l2cap sockets. Change-Id: Ie949a2c604230649df7bb6e2a7cba9bda0b15e29