func centralManagerDidDisconnectDevice()

in Example/AmazonFreeRTOSDemo/AmazonFreeRTOSDemo/DevicesViewController.swift [63:68]


    func centralManagerDidDisconnectDevice(_ notification: NSNotification) {
        reloadDataWithoutAnimation()
        if notification.userInfo?["identifier"] as? UUID == uuid {
            _ = navigationController?.popToRootViewController(animated: true)
        }
    }