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

Bluetooth LE GATT service context. More...

#include <ble_gatt.h>

Collaboration diagram for ble_gatt_service_s:

Public Attributes

uint16_t handle
 
BLE_UUID uuid
 
BLE_GATT_TYPE type
 
uint8_t num
 
struct ble_gatt_char_schars [BLE_MAX_CHARACTERISTICS]
 

Detailed Description

Bluetooth LE GATT service context.

Member Data Documentation

◆ handle

uint16_t handle

Service handle id

◆ uuid

BLE_UUID uuid

Service UUID

◆ type

Service type

◆ num

uint8_t num

Number of characteristics

◆ chars

struct ble_gatt_char_s* chars[BLE_MAX_CHARACTERISTICS]

Characteristic list ble_gatt_char_s


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