[][src]Function openthread_sys::otPlatBleL2capOnDisconnect

pub unsafe extern "C" fn otPlatBleL2capOnDisconnect(
    aInstance: *mut otInstance,
    aLocalCid: u16,
    aPeerCid: u16
)

The BLE driver calls this method to notify OpenThread that an L2CAP Disconnection Request has been received.

@note Platform layer is responsible to response with L2CAP Disconnection Response internally.

@param[in] aInstance The OpenThread instance structure. @param[in] aLocalCid The local channel endpoint ID value. @param[in] aPeerCid The peer channel endpoint ID value.