1.2.2.2.4.4.5 BLE_SCM_SetBondedCharInfo
C
void BLE_SCM_SetBondedCharInfo(uint16_t connHandle, BLE_DD_CharInfo_T *p_charInfo);
Description
Set characteristics handles information of bonded connection.
Note
Application help to cache handle information and set back to BLE_SCM when bonded link connected.
Parameters
Parameter | Description |
---|---|
[in] connHandle | Connection handle associated with this connection. |
[in] p_charInfo | Point to the characteristic information of GATT service of this bonded remote peer. The maximum number is BLE_SCM_GATT_DISC_CHAR_NUM. |