diff mbox series

[BlueZ,1/5] gatt-api: Add MTU property to GattCharacteristic1

Message ID 20210928235447.3077055-1-luiz.dentz@gmail.com (mailing list archive)
State Accepted
Delegated to: Brian Gix
Headers show
Series [BlueZ,1/5] gatt-api: Add MTU property to GattCharacteristic1 | expand

Checks

Context Check Description
tedd_an/checkpatch success Checkpatch PASS
tedd_an/gitlint success Gitlint PASS
tedd_an/setupell success Setup ELL PASS
tedd_an/buildprep success Build Prep PASS
tedd_an/build success Build Configuration PASS
tedd_an/makecheck success Make Check PASS
tedd_an/makedistcheck success Make Distcheck PASS
tedd_an/build_extell success Build External ELL PASS
tedd_an/build_extell_make success Build Make with External ELL PASS

Commit Message

Luiz Augusto von Dentz Sept. 28, 2021, 11:54 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds MTU properyt to GattCharacteristic1 which can be used in
order to determine how much data can be read/write using non-long
procedures which sometimes is the only thing the remote device
supports.

Fixes: https://github.com/bluez/bluez/issues/199
---
 doc/gatt-api.txt | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

bluez.test.bot@gmail.com Sept. 29, 2021, 1:25 a.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=554631

---Test result---

Test Summary:
CheckPatch                    PASS      6.84 seconds
GitLint                       PASS      4.61 seconds
Prep - Setup ELL              PASS      50.24 seconds
Build - Prep                  PASS      0.49 seconds
Build - Configure             PASS      9.07 seconds
Build - Make                  PASS      219.53 seconds
Make Check                    PASS      9.21 seconds
Make Distcheck                PASS      256.90 seconds
Build w/ext ELL - Configure   PASS      9.34 seconds
Build w/ext ELL - Make        PASS      205.94 seconds



---
Regards,
Linux Bluetooth
Luiz Augusto von Dentz Sept. 29, 2021, 10:47 p.m. UTC | #2
Hi,

On Tue, Sep 28, 2021 at 6:25 PM <bluez.test.bot@gmail.com> wrote:
>
> This is automated email and please do not reply to this email!
>
> Dear submitter,
>
> Thank you for submitting the patches to the linux bluetooth mailing list.
> This is a CI test results with your patch series:
> PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=554631
>
> ---Test result---
>
> Test Summary:
> CheckPatch                    PASS      6.84 seconds
> GitLint                       PASS      4.61 seconds
> Prep - Setup ELL              PASS      50.24 seconds
> Build - Prep                  PASS      0.49 seconds
> Build - Configure             PASS      9.07 seconds
> Build - Make                  PASS      219.53 seconds
> Make Check                    PASS      9.21 seconds
> Make Distcheck                PASS      256.90 seconds
> Build w/ext ELL - Configure   PASS      9.34 seconds
> Build w/ext ELL - Make        PASS      205.94 seconds
>
>
>
> ---
> Regards,
> Linux Bluetooth

Pushed.
diff mbox series

Patch

diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 04789c6d3..120b23d1a 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -281,6 +281,12 @@  Properties	string UUID [read-only]
 			shall be used which will cause the allocated handle to
 			be set once registered.
 
+		uint16 MTU [read-only]
+
+			Characteristic MTU, this is valid both for ReadValue
+			and WriteValue but either method can use long
+			procedures when supported.
+
 Characteristic Descriptors hierarchy
 ====================================