Bluetooth: GATT: Fix using non-ASCII characters
Some non-ASCII characters were used in code comments. Change-Id: Ie00e0b7d7a42a50503c601225cdd0896c375dee3 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
1de77488ae
commit
ae96c91109
1 changed files with 1 additions and 1 deletions
|
@ -1346,7 +1346,7 @@ static void att_read_rsp(struct bt_conn *conn, uint8_t err, const void *pdu,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Core Spec 4.2, Vol. 3, Part G, 4.8.1
|
* Core Spec 4.2, Vol. 3, Part G, 4.8.1
|
||||||
* If the Characteristic Value is greater than (ATT_MTU – 1) octets
|
* If the Characteristic Value is greater than (ATT_MTU - 1) octets
|
||||||
* in length, the Read Long Characteristic Value procedure may be used
|
* in length, the Read Long Characteristic Value procedure may be used
|
||||||
* if the rest of the Characteristic Value is required.
|
* if the rest of the Characteristic Value is required.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue