gitextract_giyuhi4h/ ├── .gitignore ├── .travis.yml ├── BeeTee/ │ ├── BeeTee-Bridging-Header.h │ ├── BeeTee.swift │ ├── BeeTeeDevice.swift │ ├── BeeTeeModel.swift │ ├── BluetoothDevice.h │ ├── BluetoothDeviceHandler.h │ ├── BluetoothDeviceHandler.m │ ├── BluetoothManager.h │ ├── BluetoothManagerHandler.h │ ├── BluetoothManagerHandler.m │ ├── DeviceDetailViewController.swift │ └── DeviceListingViewController.swift ├── BeeTee Demo/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── DeviceListing.imageset/ │ │ │ └── Contents.json │ │ └── MissionControl.imageset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ └── MissionControlViewController.swift ├── BeeTee.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── BeeTeeTests/ │ ├── BeeTeeTests.swift │ └── Info.plist ├── LICENSE ├── README.md └── landingPage/ └── BeeTeeLayer.graphml