Skip to content

Commit d45f136

Browse files
Pieloafmbolivar-nordic
authored andcommitted
[nrf fromtree] doc: Updated documentation regarding Primary Service Discovery
Now mentions "Discover All Primary Services" sub-procedure as well as the already mentioned "Discover Primary Service by UUID" sub-procedure. Signed-off-by: Pierce Lowe <[email protected]> Signed-off-by: Herman Berget <[email protected]> (cherry picked from commit c08b75b)
1 parent 246feab commit d45f136

File tree

1 file changed

+3
-2
lines changed
  • include/zephyr/bluetooth

1 file changed

+3
-2
lines changed

include/zephyr/bluetooth/gatt.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,8 +1455,9 @@ struct bt_gatt_discover_params {
14551455
*
14561456
* This procedure is used by a client to discover attributes on a server.
14571457
*
1458-
* Primary Service Discovery: Procedure allows to discover specific Primary
1459-
* Service based on UUID.
1458+
* Primary Service Discovery: Procedure allows to discover primary services
1459+
* either by Discover All Primary Services or
1460+
* Discover Primary Services by Service UUID.
14601461
* Include Service Discovery: Procedure allows to discover all Include Services
14611462
* within specified range.
14621463
* Characteristic Discovery: Procedure allows to discover all characteristics

0 commit comments

Comments
 (0)