Skip to content
Snippets Groups Projects
Commit ccd8b858 authored by Greg Grisco's avatar Greg Grisco
Browse files

Account for new location of file being patched

Change-Id: I4594c138b230488c258616722bcc1e90d03bc8fe
parent 901e2607
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,13 @@ Subject: [PATCH] Update callbacks to match bluetooth.h
Change-Id: Icf999d026cdecfb1e316352325d93b4f7bf9db56
---
dom/bluedroid/gonk/BluetoothServiceBluedroid.cpp | 9 ++++++++-
dom/bluedroid/BluetoothServiceBluedroid.cpp | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/dom/bluetooth/bluedroid/gonk/BluetoothServiceBluedroid.cpp b/dom/bluetooth/bluedroid/gonk/BluetoothServiceBluedroid.cpp
diff --git a/dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp b/dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp
index 560f165..3649796 100644
--- a/dom/bluetooth/bluedroid/gonk/BluetoothServiceBluedroid.cpp
+++ b/dom/bluetooth/bluedroid/gonk/BluetoothServiceBluedroid.cpp
--- a/dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp
+++ b/dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp
@@ -489,8 +489,14 @@ DiscoveryStateChangedCallback(bt_discovery_state_t aState)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment