Developer World
Spresense SDK Library v3.2.0-ebc0364
ble_gatt_state_s Struct Reference

Bluetooth LE GATT context. More...

#include <ble_gatt.h>

Collaboration diagram for ble_gatt_state_s:

Public Attributes

struct ble_state_sble_state
 
struct ble_hal_gatt_ops_sble_hal_gatt_ops
 
uint8_t num
 
struct ble_gatt_service_s services [BLE_MAX_SERVICES]
 
struct ble_gatt_central_ops_sble_gatt_central_ops
 

Detailed Description

Bluetooth LE GATT context.

Member Data Documentation

◆ ble_state

struct ble_state_s* ble_state

Bluetooth LE context ble_state_s

◆ ble_hal_gatt_ops

struct ble_hal_gatt_ops_s* ble_hal_gatt_ops

BLE GATT HAL interfaces

◆ num

uint8_t num

Number of services

◆ services

struct ble_gatt_service_s services[BLE_MAX_SERVICES]

Service list ble_gatt_service_s

◆ ble_gatt_central_ops

struct ble_gatt_central_ops_s* ble_gatt_central_ops

Central role application callbacks ble_gatt_central_ops_s


The documentation for this struct was generated from the following file: