chrome.bluetoothLowEnergy: Introduce connect and disconnect methods.
This CL introduces the connect and disconnect methods to the bluetoothLowEnergy
API, which allow an app to initiate and hold on to the connection to a low
energy device. The API calls internally manage the allocation of an API
resource corresponding to a per app, per device device::BluetoothGattConnection
object.
BUG=
381305
TEST=browser_tests --gtest_filter=BluetoothLowEnergyApiTest.*
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=278669