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

GATTC discovered attribute database data structure. More...

#include <ble_gatt.h>

Collaboration diagram for ble_gattc_db_discovery_s:

Public Attributes

uint8_t srv_count
 
uint16_t conn_handle
 
struct ble_gattc_db_disc_srv_s services [BLE_DB_DISCOVERY_MAX_SRV]
 

Detailed Description

GATTC discovered attribute database data structure.

Member Data Documentation

◆ srv_count

uint8_t srv_count

Discovered services count

◆ conn_handle

uint16_t conn_handle

Connection handle

◆ services

struct ble_gattc_db_disc_srv_s services[BLE_DB_DISCOVERY_MAX_SRV]

Discovered services in attribute database


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