Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: device/bluetooth/bluetooth_l2cap_channel_mac.mm

Issue 341433004: [Bluetooth] Improve the adapter's awareness of connected devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't call DeviceRemoved for now Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_l2cap_channel_mac.h ('k') | device/bluetooth/bluetooth_rfcomm_channel_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_l2cap_channel_mac.mm
diff --git a/device/bluetooth/bluetooth_l2cap_channel_mac.mm b/device/bluetooth/bluetooth_l2cap_channel_mac.mm
index 98a5a178b57eb47087a6bfc303e2ffb5e2344310..2f38f3f89df11763b34a0ae7ad048eda90fe8c97 100644
--- a/device/bluetooth/bluetooth_l2cap_channel_mac.mm
+++ b/device/bluetooth/bluetooth_l2cap_channel_mac.mm
@@ -115,8 +115,8 @@ void BluetoothL2capChannelMac::SetSocket(BluetoothSocketMac* socket) {
[channel_ setDelegate:delegate_];
}
-std::string BluetoothL2capChannelMac::GetDeviceAddress() {
- return BluetoothDeviceMac::GetDeviceAddress([channel_ getDevice]);
+IOBluetoothDevice* BluetoothL2capChannelMac::GetDevice() {
+ return [channel_ getDevice];
}
uint16_t BluetoothL2capChannelMac::GetOutgoingMTU() {
« no previous file with comments | « device/bluetooth/bluetooth_l2cap_channel_mac.h ('k') | device/bluetooth/bluetooth_rfcomm_channel_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698