COMMON IO-BLE v1.0.0
Hardware abstraction layer for Bluetooth
 
Loading...
Searching...
No Matches
BTGattWriteParams_t Struct Reference

Parameters for GATT write operations. More...

#include <bt_hal_gatt_client.h>

Data Fields

BTGattSrvcId_t xSrvcId
 
BTGattInstanceId_t xCharId
 
BTGattInstanceId_t xDescrId
 
uint8_t ucStatus
 

Detailed Description

Parameters for GATT write operations.

Field Documentation

◆ xSrvcId

BTGattSrvcId_t BTGattWriteParams_t::xSrvcId

GATT Service ID.

◆ xCharId

BTGattInstanceId_t BTGattWriteParams_t::xCharId

GATT Characteristic UUID.

◆ xDescrId

BTGattInstanceId_t BTGattWriteParams_t::xDescrId

GATT Descriptor UUID.

◆ ucStatus

uint8_t BTGattWriteParams_t::ucStatus

Write Operation Status.


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