From 7413e47d8c87280fbc941153d7af1e9f51bf26da Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Tue, 10 Sep 2019 13:54:59 +0200 Subject: [PATCH] ble: add ble gatt server example Signed-off-by: Francisco Gil --- samples-manifest.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/samples-manifest.xml b/samples-manifest.xml index ea5482e..d58a616 100644 --- a/samples-manifest.xml +++ b/samples-manifest.xml @@ -141,6 +141,23 @@ then the device will reboot automatically after the timeout expires. ccimx8x-sbc-pro + + Digi BLE GAT server Example + +This application enables a BLE GATT server on the board. After that, the +application starts listening for BLE connections to provide custom BLE +GATT services and characteristics. + + ble-gatt-server-example + + ccimx6sbc + ccimx6qpsbc + ccimx6ulstarter + ccimx6ulsbc + ccimx8x-sbc-express + ccimx8x-sbc-pro + + Digi CAAM-blob Example