Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit f782f8a

Browse files
committed
esp32/bluetooth_docs.md: Updated doc for bluetooth.conns()
1 parent 919c79f commit f782f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp32/bluetooth_docs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ bluetooth.ble_settings(int_min = 1280, int_max = 1280,
109109

110110
`bluetooth.services()` GATTS - returns the existing GATTS services.
111111

112+
`bluetooth.conns()` GATTC - Returns all the current client connections.
113+
112114
`bluetooth.callback(<callback>, <callback_data>)` used to set the callback function for bluetooth-object-level callbacks. `<callback>` can be set to None. If `<callback_data>` is not specified, it will be set to None. Always returns a 2-tuple of the present `<callback>` and `<callback_data>`. If called with no parameters, the values remain unchanged. `<callback>` will be called with 4 parameters:
113115

114116
1. The `bluetooth` object

0 commit comments

Comments
 (0)