# mbed-os-bluetooth-integration-testsuite **Repository Path**: mirrors_ARMmbed/mbed-os-bluetooth-integration-testsuite ## Basic Information - **Project Name**: mbed-os-bluetooth-integration-testsuite - **Description**: Mbed OS test suite for Bluetooth integration - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-16 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mbed OS Bluetooth integration testing suite This repository contains code used for testing Bluetooth in Mbed OS. Each component is in its own folder and comes with its own documentation. ## Summary of components Integration testing is done by running an application called ble-cliapp on the board to be tested. Different tests might require more than one board running at the same time (currently up to three). Boards should be connected to the same host that runs the tests. Tests then communicate with the boards to perform BLE communication. ### ble-cliapp Mbed OS application that exposes the BLE API through a serial interface over USB. ### test-suite Pytest based tests that use the serial interface to communicate with boards to perform BLE operations. ## License and contributions The software is provided under the [Apache-2.0 license](LICENSE). Contributions to this project are accepted under the same license.