Skip to main content

Module gatt

Module gatt 

Source
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§

BleGattCharFlag
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§

AttrHandle
A GATT attribute handle (e.g. a characteristic’s value handle).