IOT Matrix Display
|
module for starting a bluetooth server and setting the GATT primary service values for other modules to use to set their own specific services More...
#include <stdint.h>
#include <zephyr/bluetooth/gatt.h>
#include <zephyr/bluetooth/uuid.h>
Go to the source code of this file.
Macros | |
#define | BT_UUID_PROVISIONING_SERVICE_VAL BT_UUID_128_ENCODE(0x4781fda5, 0x1e5f, 0x4283, 0x8fe2, 0xb8a95553bbb0) |
Functions | |
int8_t | module_bleInit (void) |
module for starting a bluetooth server and setting the GATT primary service values for other modules to use to set their own specific services
int8_t module_bleInit | ( | void | ) |