[][src]Function openthread_sys::otPlatBleL2capOnConnectionRequest

pub unsafe extern "C" fn otPlatBleL2capOnConnectionRequest(
    aInstance: *mut otInstance,
    aPsm: u16,
    aMtu: u16,
    aPeerCid: u16
)

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

@param[in] aInstance The OpenThread instance structure. @param[in] aPsm The value of LE Protocol/Service Multiplexer. @param[in] aMtu The value specifies the maximum SDU size (in octets) that the L2CAP layer entity sending the LE Credit Based Connection Request can receive on this channel. @param[in] aPeerCid The CID represents a channel endpoint on the peer device.