kindlebt
Bluetooth functionality for Kindle 11th gen and up
Loading...
Searching...
No Matches
__attribute__

#include <compat_ace_internals.h>

Data Fields

uint32_t size
 
uint32_t session_handle
 
status_t out_status
 
uint32_t conn_handle
 
uuid_t uuid
 
bleGattServiceType_t serviceType
 
bleGattCharacteristicsValue_t chars
 
status_t status
 
bleGattCharacteristicsValue_t value
 
uint32_t data_len
 
uint8_t data []
 
responseType_t write_type
 
bleGattDescriptor_t desc
 
bool enable
 

Detailed Description

Used for the pre 5.17.0 bleDiscoverAllServices implementation

Used during BT event handler GATT Client discover all services operations

Used during BT event handler GATT Client get DB operations

Used for the pre 5.17.0 bleReadCharacteristics implementation

Used during BT event handler GATT Client read characteristic operations

Used during BT event handler GATT Client write characteristic operations

Used during the BT event handler GATT Client write descriptor operations

Used for the pre 5.17.0 bleSetNotification implementation

Used during BT event handler GATT Client notify characteristic operations

Definition at line 16 of file compat_ace_internals.h.

Field Documentation

◆ chars

Definition at line 537 of file compat_ace_internals.h.

◆ conn_handle

uint32_t conn_handle

Definition at line 382 of file compat_ace_internals.h.

◆ data

uint8_t data

Definition at line 556 of file compat_ace_internals.h.

◆ data_len

uint32_t data_len

Definition at line 555 of file compat_ace_internals.h.

◆ desc

Definition at line 596 of file compat_ace_internals.h.

◆ enable

bool enable

Definition at line 608 of file compat_ace_internals.h.

◆ out_status

status_t out_status

Definition at line 19 of file compat_ace_internals.h.

◆ serviceType

bleGattServiceType_t serviceType

Definition at line 482 of file compat_ace_internals.h.

◆ session_handle

uint32_t session_handle

Definition at line 18 of file compat_ace_internals.h.

◆ size

uint32_t size

Definition at line 17 of file compat_ace_internals.h.

◆ status

status_t status

Definition at line 538 of file compat_ace_internals.h.

◆ uuid

uuid_t uuid

Definition at line 383 of file compat_ace_internals.h.

◆ value

Definition at line 553 of file compat_ace_internals.h.

◆ write_type

responseType_t write_type

Definition at line 575 of file compat_ace_internals.h.


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