Expand description
NimBLE GAP: device name, connection events, and advertising.
Structs§
- BleAdv
Fields - Structured advertising payload (safe version of
ble_hs_adv_fields). - BleAdv
Params - Parameters for a legacy advertising procedure (safe version of
ble_gap_adv_params). - BleConn
Desc
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 toGattsEvent/GattcEvent— so they are not part of this enum.
Functions§
- conn_
find - Look up a connection descriptor by handle.