|
ELEC-C7222
Libraries for ELEC C7222 Course Work
|
BLE Security Manager example demonstrating encrypted GATT access. More...
#include <cassert>#include <cstdint>#include <cstdio>#include <cstring>#include <vector>#include "../common/gap_event_handler.hpp"#include "../common/security_event_handler.hpp"#include "advertisement_data.hpp"#include "attribute_server.hpp"#include "ble.hpp"#include "freertos_task.hpp"#include "gap.hpp"#include "platform.hpp"#include "security_manager.hpp"#include "app_profile.h"
Functions | |
| int | main () |
| Main entry point for the BLE Security Manager example. | |
BLE Security Manager example demonstrating encrypted GATT access.
This example exposes a custom vendor service with two characteristics:
The goal is to demonstrate how the Security Manager integrates with the Attribute Server and how GATT security flags behave in practice.
.gatt file (READ_ENCRYPTED).NoInputNoOutput) for simplicity. | int main | ( | void | ) |
Main entry point for the BLE Security Manager example.
