[][src]Function openthread_sys::otPlatBleGapOnConnected

pub unsafe extern "C" fn otPlatBleGapOnConnected(
    aInstance: *mut otInstance,
    aConnectionId: u16
)

The BLE driver calls this method to notify OpenThread that BLE Device has been connected.

@param[in] aInstance The OpenThread instance structure. @param[in] aConnectionId The identifier of the open connection.