Expand description
NimBLE GATT: shared types and helpers.
Modules§
- client
- NimBLE GATT client: connection, discovery, read/write, and received notifications, as client
operations on the
BleDriver. - server
- NimBLE GATT server: the service table, its events, and server operations on the
BleDriver.
Enums§
- BleGatt
Char Flag - A GATT characteristic operation / permission flag (
BLE_GATT_CHR_F_*).
Functions§
- att_mtu
- The negotiated ATT MTU for a connection
- set_
preferred_ mtu - Set the preferred ATT MTU. Safe to call before or after the host starts.
Type Aliases§
- Attr
Handle - A GATT attribute handle (e.g. a characteristic’s value handle).