[][src]Function openthread_sys::otPlatBleL2capOnConnectionResponse

pub unsafe extern "C" fn otPlatBleL2capOnConnectionResponse(
    aInstance: *mut otInstance,
    aError: otPlatBleL2capError,
    aMtu: u16,
    aPeerCid: u16
)

The BLE driver calls this method to notify OpenThread that an LE Credit Based Connection Response packet has been received.

@param[in] aInstance The OpenThread instance structure. @param[in] aError The error value indicates the outcome of the connection request. @param[in] aMtu The value specifies the maximum SDU size (in octets) that the L2CAP layer entity sending the LE Credit Based Connection Response can receive on this channel. @param[in] aPeerCid The CID represents a channel endpoint on the peer device.