/* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... */#ifndefGAP_SVC_H#defineGAP_SVC_H/* Includes *//* NimBLE GAP APIs */#include"host/ble_gap.h"#include"services/gap/ble_svc_gap.h"/* Defines */#defineBLE_GAP_APPEARANCE_GENERIC_TAG0x0200#defineBLE_GAP_URI_PREFIX_HTTPS0x17#defineBLE_GAP_LE_ROLE_PERIPHERAL0x00/* Public function declarations */voidadv_init(void);boolis_connection_encrypted(uint16_tconn_handle);intgap_init(void);/* ... */#endif// GAP_SVC_H
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.