Searched refs:locDiscCharInfo (Results 1 – 1 of 1) sorted by relevance
1240 cy_stc_ble_disc_char_info_t locDiscCharInfo; in Cy_BLE_ReadByTypeEventHandler() local1242 locDiscCharInfo.connHandle = eventParam->connHandle; in Cy_BLE_ReadByTypeEventHandler()1249 locDiscCharInfo.charDeclHandle = Cy_BLE_Get16ByPtr(attrVal); in Cy_BLE_ReadByTypeEventHandler()1250 attrVal += sizeof(locDiscCharInfo.charDeclHandle); in Cy_BLE_ReadByTypeEventHandler()1253 locDiscCharInfo.properties = *attrVal; in Cy_BLE_ReadByTypeEventHandler()1254 attrVal += sizeof(locDiscCharInfo.properties); in Cy_BLE_ReadByTypeEventHandler()1257 locDiscCharInfo.valueHandle = Cy_BLE_Get16ByPtr(attrVal); in Cy_BLE_ReadByTypeEventHandler()1258 attrVal += sizeof(locDiscCharInfo.valueHandle); in Cy_BLE_ReadByTypeEventHandler()1263 locDiscCharInfo.uuidFormat = CY_BLE_GATT_128_BIT_UUID_FORMAT; in Cy_BLE_ReadByTypeEventHandler()1264 … (void)memcpy(&locDiscCharInfo.uuid.uuid128, attrVal, CY_BLE_GATT_128_BIT_UUID_SIZE); in Cy_BLE_ReadByTypeEventHandler()[all …]