Files
esp-nimble/apps/bttester
Michal Gorecki 8a01f72db5 apps: Allow stub/full implementation of packages in syscfg
Packages console, log and stats allow to choose stub or full
implementation. All apps had either stub or full implementation
hardwired in pkg.yml file. Now it can be easily overriden in target.
This also changes defunct setting
of CONSOLE_MODE to CONSOLE_IMPLEMENTATION in all apps.
2023-02-06 14:37:48 +01:00
..
2019-02-04 10:49:14 +01:00

Title: Bluetooth tester application

Description:

Tester application uses binary protocol to control Mynewt Nimble stack
and is aimed at automated testing. It uses Bluetooth Testing Protocol (BTP)
to drive Bluetooth stack. BTP commands and events are received and buffered for
further processing.
--------------------------------------------------------------------------------
Supported Profiles:

GAP, GATT, SM, L2CAP, MESH
--------------------------------------------------------------------------------