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

Bluetooth LE GATT Read response event. More...

#include <bt_event.h>

Public Attributes

uint8_t group_id
 
uint8_t event_id
 
uint16_t serv_handle
 
uint16_t conn_handle
 
uint16_t char_handle
 
uint16_t length
 
uint8_t data [BLE_MAX_GATT_DATA_LEN]
 

Detailed Description

Bluetooth LE GATT Read response event.

Member Data Documentation

◆ group_id

uint8_t group_id

Event group ID BT_GROUP_ID

◆ event_id

uint8_t event_id

Event sub ID BLE_GATT_EVENT_ID

◆ serv_handle

uint16_t serv_handle

Service handle ID ble_gatt_service_s

◆ conn_handle

uint16_t conn_handle

Connection handle ID

◆ char_handle

uint16_t char_handle

Characteristic handle ID ble_gatt_char_s

◆ length

uint16_t length

Read data length

◆ data

uint8_t data[BLE_MAX_GATT_DATA_LEN]

Read data


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