From: patchwork-bot+bluetooth@kernel.org
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v2 1/7] settings: Add btd_settings_gatt_db_{store,load}
Date: Fri, 20 May 2022 21:00:13 +0000 [thread overview]
Message-ID: <165308041367.20930.14936567529599341042.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220520041701.2572197-1-luiz.dentz@gmail.com>
Hello:
This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Thu, 19 May 2022 21:16:55 -0700 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> This adds helper functions to store and load from/to file so they can
> get reused by the likes of gatt-database.c and btmon.
> ---
> Makefile.am | 3 +-
> src/device.c | 499 ++---------------------------------------------
> src/settings.c | 510 +++++++++++++++++++++++++++++++++++++++++++++++++
> src/settings.h | 11 ++
> 4 files changed, 534 insertions(+), 489 deletions(-)
> create mode 100644 src/settings.c
> create mode 100644 src/settings.h
Here is the summary with links:
- [v2,1/7] settings: Add btd_settings_gatt_db_{store,load}
(no matching commit)
- [v2,2/7] gatt: Store local GATT database
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f66673878a9f
- [v2,3/7] monitor: Move print_hex_field to display.h
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0247ed333ea9
- [v2,4/7] monitor: Move ATT decoding function into its own file
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5efc737f49d4
- [v2,5/7] monitor: Cache connection information
(no matching commit)
- [v2,6/7] monitor/att: Decode attribute type
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0bd5350459c3
- [v2,7/7] monitor/att: Add decoding support for CCC
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-05-20 21:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 4:16 [PATCH v2 1/7] settings: Add btd_settings_gatt_db_{store,load} Luiz Augusto von Dentz
2022-05-20 4:16 ` [PATCH v2 2/7] gatt: Store local GATT database Luiz Augusto von Dentz
2022-05-20 4:16 ` [PATCH v2 3/7] monitor: Move print_hex_field to display.h Luiz Augusto von Dentz
2022-05-20 4:16 ` [PATCH v2 4/7] monitor: Move ATT decoding function into its own file Luiz Augusto von Dentz
2022-05-20 4:16 ` [PATCH v2 5/7] monitor: Cache connection information Luiz Augusto von Dentz
2022-05-20 4:17 ` [PATCH v2 6/7] monitor/att: Decode attribute type Luiz Augusto von Dentz
2022-05-20 4:17 ` [PATCH v2 7/7] monitor/att: Add decoding support for CCC Luiz Augusto von Dentz
2022-05-20 8:24 ` [v2,1/7] settings: Add btd_settings_gatt_db_{store,load} bluez.test.bot
2022-05-20 21:00 ` patchwork-bot+bluetooth [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=165308041367.20930.14936567529599341042.git-patchwork-notify@kernel.org \
--to=patchwork-bot+bluetooth@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.