Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
e4ce8640
Commit
e4ce8640
authored
Aug 06, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lipstick: Don't advertise Keyboard capabilities to avoid fancy bonding mechanisms
parent
ca5f15d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
0005-BluetoothAgent-Advertise-less-hardware-capabilities-.patch
...luetoothAgent-Advertise-less-hardware-capabilities-.patch
+26
-0
lipstick_git.bb
recipes-nemomobile/lipstick/lipstick_git.bb
+1
-0
No files found.
recipes-nemomobile/lipstick/lipstick/0005-BluetoothAgent-Advertise-less-hardware-capabilities-.patch
0 → 100644
View file @
e4ce8640
From 3ecff2332ec0ba511444cfaafe0fa29ab3a7af82 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 6 Aug 2017 10:51:50 +0100
Subject: [PATCH] BluetoothAgent: Advertise less hardware capabilities to make
sure the Keyboard will not be asked on a watch
---
src/bluetoothagent.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bluetoothagent.cpp b/src/bluetoothagent.cpp
index b48bd7a..c2a016f 100644
--- a/src/bluetoothagent.cpp
+++ b/src/bluetoothagent.cpp
@@ -28,7 +28,7 @@
#include "lipstickqmlpath.h"
#include "bluetoothagent.h"
-#define AGENT_CAPABILITY "KeyboardDisplay"
+#define AGENT_CAPABILITY "DisplayYesNo"
BluetoothAgent::BluetoothAgent(QObject *parent) : QObject(parent), window(0)
{
--
2.7.4
recipes-nemomobile/lipstick/lipstick_git.bb
View file @
e4ce8640
...
...
@@ -8,6 +8,7 @@ SRC_URI = "git://github.com/AsteroidOS/lipstick.git;protocol=https \
file://0002-notificationcategories-use-ion-icons.patch \
file://0003-Disable-USB-mode-notifications-on-connect.patch \
file://0004-ScreenshotService-Use-system-bus-to-workaround-the-s.patch \
file://0005-BluetoothAgent-Advertise-less-hardware-capabilities-.patch \
file://Notifications/"
SRCREV = "8ab7a05b049fd847a050f03871d101cd4a5e381a"
PR = "r1"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment