Index: components/pairing/bluetooth_controller_pairing_controller.h |
diff --git a/components/pairing/bluetooth_controller_pairing_controller.h b/components/pairing/bluetooth_controller_pairing_controller.h |
index 7458154c7136cc4e1b9d2623de395716a0409240..d1846e43d345914f0b634478c6ff4ff80a4ff47a 100644 |
--- a/components/pairing/bluetooth_controller_pairing_controller.h |
+++ b/components/pairing/bluetooth_controller_pairing_controller.h |
@@ -38,6 +38,7 @@ class BluetoothControllerPairingController |
void Reset(); |
void DeviceFound(device::BluetoothDevice* device); |
void DeviceLost(device::BluetoothDevice* device); |
+ void SendBuffer(int size, scoped_refptr<net::IOBuffer> io_buffer); |
achuithb
2014/09/18 06:59:17
Is it common to have size before the buffer? I'm f
Zachary Kuznia
2014/09/18 23:48:17
I was following a convention set by another review
|
void OnSetPowered(); |
void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter); |