Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
588ce438
Commit
588ce438
authored
10 years ago
by
Linux Build Service Account
Committed by
Gerrit - the friendly Code Review server
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Revert "gecko: bluetooth: Update callbacks to match bluetooth.h""
parents
9d0f5734
580e4f17
No related branches found
Branches containing commit
Tags
AU_LINUX_GECKO_B2G_KK_3.5.01.04.00.113.086
AU_LINUX_GECKO_B2G_KK_3.5.01.04.00.113.089
AU_LINUX_GECKO_B2G_KK_3.5.01.04.00.113.090
AU_LINUX_GECKO_B2G_KK_3.5.01.04.00.113.091
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patch/all/gecko/Update-callbacks-to-match-bluetooth.h.patch
+0
-41
0 additions, 41 deletions
patch/all/gecko/Update-callbacks-to-match-bluetooth.h.patch
with
0 additions
and
41 deletions
patch/all/gecko/Update-callbacks-to-match-bluetooth.h.patch
deleted
100644 → 0
+
0
−
41
View file @
9d0f5734
From d8063ba3e5cae75fe6f9407e63166d7450723d79 Mon Sep 17 00:00:00 2001
From: Greg Grisco <ggrisco@codeaurora.org>
Date: Wed, 19 Feb 2014 09:27:00 -0800
Subject: [PATCH] Update callbacks to match bluetooth.h
Change-Id: Icf999d026cdecfb1e316352325d93b4f7bf9db56
---
dom/bluedroid/BluetoothServiceBluedroid.cpp | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp b/dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp
index 560f165..3649796 100644
--- a/dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp
+++ b/dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp
@@ -489,8 +489,14 @@
DiscoveryStateChangedCallback(bt_discovery_state_t aState)
}
static void
+WakeStateChangedCallback(bt_state_t state)
+{
+}
+
+static void
PinRequestCallback(bt_bdaddr_t* aRemoteBdAddress,
- bt_bdname_t* aRemoteBdName, uint32_t aRemoteClass)
+ bt_bdname_t* aRemoteBdName, uint32_t aRemoteClass, uint8_t
+ secure)
{
MOZ_ASSERT(!NS_IsMainThread());
@@ -629,6 +635,7 @@
bt_callbacks_t sBluetoothCallbacks =
RemoteDevicePropertiesCallback,
DeviceFoundCallback,
DiscoveryStateChangedCallback,
+ WakeStateChangedCallback,
PinRequestCallback,
SspRequestCallback,
BondStateChangedCallback,
--
1.7.8.3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment