![]()  | 
  ![]()  | 
| 
    TI BLE-Stack for Bluetooth 4.2 API Documentation
    3.01.00.07
    
   | 
 
Parameter Structure for SNP_CHAR_READ_CNF / snpCharReadCnf_t. More...
Data Fields | |
| uint16_t | attrHandle | 
| 2 Byte Handle of the characteristic value attribute being read  | |
| uint16_t | connHandle | 
| 2 Byte Handle of the connection  | |
| uint16_t | offset | 
| 2 Byte Offset of the characteristic to start reading from  | |
| uint8_t * | pData | 
| uint8_t | status | 
| 1 Byte Status of the request (SUCCESS or Error, list of status generated by the SNP.)  | |
Parameter Structure for SNP_CHAR_READ_CNF / snpCharReadCnf_t.
This is a packed structure. see Dealing with Parameters and Packed Structures for more information.
| uint8_t* pData | 
Pointer of Characteristic value data 
 From snpCharReadCnf_t::offset to offset + snpCharReadInd_t::maxSize -1.