![]()  | 
  ![]()  | 
| 
    TI BLE-Stack for Bluetooth 4.2 API Documentation
    3.01.00.07
    
   | 
 
Parameter Structure for the Characteristic Write Request Indication data. More...
Data Fields | |
| uint16_t | attrHandle | 
| 2 Byte Handle of the characteristic value attribute being written  | |
| uint16_t | connHandle | 
| 2 Byte Handle of the connection  | |
| uint16_t | offset | 
| 2 Byte Offset of the characteristic to start writing to  | |
| uint8_t * | pData | 
| uint8_t | rspNeeded | 
| 1 Byte Indicate if the AP must answer this indication or not, Options for Response Needed Field  | |
Parameter Structure for the Characteristic Write Request Indication data.
Used for SNP_CHAR_WRITE_IND
This is a packed structure. see Dealing with Parameters and Packed Structures for more information.
| uint8_t* pData | 
Pointer to Data to write to the characteristic value, from snpCharWriteInd_t::offset to size of data (deduced from NPI frame length)