[][src]Function openthread_sys::otPlatBleGapOnDisconnected

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

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

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