Skip to main content

Module gap

Module gap 

Source
Expand description

NimBLE GAP: device name, connection events, and advertising.

Structs§

BleAdvFields
Structured advertising payload (safe version of ble_hs_adv_fields).
BleAdvParams
Parameters for a legacy advertising procedure (safe version of ble_gap_adv_params).
BleConnDesc

Enums§

GapEvent
Role-agnostic connection events. NimBLE multiplexes role-specific events (server: Subscribe/NotifyComplete; client: Notify) onto the same connection callback, but those are demuxed to GattsEvent / GattcEvent — so they are not part of this enum.

Functions§

conn_find
Look up a connection descriptor by handle.