|
BLE GATT service implementation in Chrome for Windows 8 and later
This CL implements Bluetooth low energy GATT service in Chrome for Windows. It implements BluetoothGattService, BluetoothGattCharacteristic, BluetoothGattDescriptor and so on. Right now, we can not programmatically pair Bluetooth device, but after manually bond the BLE device, Windows can auto reconnect to it when necessary (write/register notification).
BUG= 579202
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+3033 lines, -169 lines) |
Patch |
 |
M |
device/bluetooth/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth.gyp
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_win.h
|
View
|
1
2
|
3 chunks |
+35 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_win.cc
|
View
|
|
2 chunks |
+87 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_win.h
|
View
|
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_win.cc
|
View
|
|
2 chunks |
+60 lines, -0 lines |
2 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_win_unittest.cc
|
View
|
|
4 chunks |
+87 lines, -5 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_gatt_notify_session_win.h
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_gatt_notify_session_win.cc
|
View
|
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_low_energy_win.h
|
View
|
|
4 chunks |
+59 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_low_energy_win.cc
|
View
|
|
18 chunks |
+310 lines, -128 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_remote_gatt_characteristic_win.h
|
View
|
1
2
3
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_remote_gatt_characteristic_win.cc
|
View
|
1
|
1 chunk |
+424 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_remote_gatt_characteristic_win_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+187 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_remote_gatt_descriptor_win.h
|
View
|
1
2
3
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_remote_gatt_descriptor_win.cc
|
View
|
1
2
|
1 chunk |
+170 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_remote_gatt_service_win.h
|
View
|
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_remote_gatt_service_win.cc
|
View
|
|
1 chunk |
+328 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_remote_gatt_service_win_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+274 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_task_manager_win.h
|
View
|
1
2
|
5 chunks |
+146 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_task_manager_win.cc
|
View
|
1
2
3
4
|
10 chunks |
+466 lines, -29 lines |
0 comments
|
Download
|
 |
M |
device/device_tests.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 31 (24 generated)
|