IOT Matrix Display
Loading...
Searching...
No Matches
module_ble.h
Go to the documentation of this file.
1
12#ifndef __MODULE_BLE_H__
13#define __MODULE_BLE_H__
14
15/******************************************************************************
16 * Includes
17 *****************************************************************************/
18#include <stdint.h>
19#include <zephyr/bluetooth/gatt.h>
20#include <zephyr/bluetooth/uuid.h>
21
22/******************************************************************************
23 * Constants
24 *****************************************************************************/
25#define BT_UUID_PROVISIONING_SERVICE_VAL \
26 BT_UUID_128_ENCODE(0x4781fda5, 0x1e5f, 0x4283, 0x8fe2, 0xb8a95553bbb0)
27
28/******************************************************************************
29 * Typedefs
30 *****************************************************************************/
31/******************************************************************************
32 * Global Variables
33 *****************************************************************************/
34/******************************************************************************
35 * Global API
36 *****************************************************************************/
37int8_t module_bleInit(void);
38
39#endif // __MODULE_BLE__
int8_t module_bleInit(void)
Definition module_ble.c:69