Microchip® Advanced Software Framework

App_List Struct Reference

The structure of .

#include <ble_transparent.h>

Data Fields

uint8_t appState
 Application State. More...
 
uint16_t attMtu
 GATT MTU Length. More...
 
uint16_t connHandle
 Connection Handle. More...
 
uint8_t credit
 Credit number. More...
 
uint8_t creditBasedEnable
 Credit Based Flow Enable. More...
 
uint8_t creditBasedStoMEnable
 Credit Based Flow Enable. More...
 
uint8_t creditStoM
 Credit number. More...
 
uint8_t inReadIndex
 The Index of Read Data from PacketIn Buffer. More...
 
uint8_t inUsedNum
 The number of Data list of PacketIn Buffer. More...
 
uint8_t inWriteIndex
 The Index of Data, Written in PacketIn Buffer. More...
 
uint8_t outReadIndex
 The Index of Read Data from PacketOut Buffer. More...
 
uint8_t outUsedNum
 The number of Data list of PacketOut Buffer. More...
 
uint8_t outWriteIndex
 The Index of Data, Written in PacketOut Buffer. More...
 
uint8_t role
 GAP role in connection state . More...
 
uint8_t updateConnPara
 Request Connection Parameters Update. More...
 
uint8_t writeFlag
 APP Transparent Service State. More...
 

uint8_t App_List::appState

Application State.

Referenced by att_write_callback(), packet_handler(), and tss_app_initialize().

uint16_t App_List::attMtu

GATT MTU Length.

Referenced by packet_handler(), tss_app_initialize(), and tss_server_return_credit().

uint16_t App_List::connHandle

Connection Handle.

Referenced by packet_handler(), process_data(), and tss_server_return_credit().

uint8_t App_List::credit

Credit number.

Referenced by packet_handler(), and tss_app_initialize().

uint8_t App_List::creditBasedEnable

Credit Based Flow Enable.

Referenced by att_write_callback(), packet_handler(), and tss_app_initialize().

uint8_t App_List::creditBasedStoMEnable

Credit Based Flow Enable.

Referenced by tss_app_initialize().

uint8_t App_List::creditStoM

Credit number.

Referenced by tss_app_initialize().

uint8_t App_List::inReadIndex

The Index of Read Data from PacketIn Buffer.

Referenced by packet_handler().

uint8_t App_List::inUsedNum

The number of Data list of PacketIn Buffer.

Referenced by att_write_callback(), packet_handler(), and push_into_receive_buffer().

uint8_t App_List::inWriteIndex

The Index of Data, Written in PacketIn Buffer.

Referenced by push_into_receive_buffer().

uint8_t App_List::outReadIndex

The Index of Read Data from PacketOut Buffer.

uint8_t App_List::outUsedNum

The number of Data list of PacketOut Buffer.

uint8_t App_List::outWriteIndex

The Index of Data, Written in PacketOut Buffer.

uint8_t App_List::role

GAP role in connection state .

Referenced by packet_handler(), and process_data().

uint8_t App_List::updateConnPara

Request Connection Parameters Update.

uint8_t App_List::writeFlag

APP Transparent Service State.