esp32-nimble 0.13.0

A wrapper for the ESP32 NimBLE Bluetooth stack.
1
2
3
use esp_idf_svc::sys;

pub struct L2capChannel(pub(crate) *mut sys::ble_l2cap_chan);