BLE_SCM_SetBondedCharInfo
C
void BLE_SCM_SetBondedCharInfo(uint16_t connHandle, BLE_DD_CharInfo_T *p_charInfo);Description
Sets the characteristic handle information for a bonded connection.
Note
The application is responsible for caching the characteristic handle information and providing it to BLE_SCM when a bonded link is re-established.
Parameters
| Parameter | Description |
|---|---|
| [in] connHandle | Connection handle associated with this connection. |
| [in] p_charInfo | Pointer to the array of characteristic information structures for the GATT service of the bonded remote peer. The array size should not exceed BLE_SCM_GATT_DISC_CHAR_NUM. See BLE_DD_CharInfo_T. |
