pub type ConnHandle = u16;Expand description
A connection handle (NimBLE’s conn_handle). A connection is a cross-cutting concept — born
at the GAP layer and used by the GATT server, the GATT client, and L2CAP — so it lives at the
root rather than in any one subsystem module.