Lines Matching refs:uuid
1027 … if(cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j].uuid == in Cy_BLE_ReadByGroupEventHandler()
1028 locDiscServInfo.srvcInfo->uuid.uuid16) in Cy_BLE_ReadByGroupEventHandler()
1041 … (cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j + 1u].uuid != in Cy_BLE_ReadByGroupEventHandler()
1042 locDiscServInfo.srvcInfo->uuid.uuid16)) in Cy_BLE_ReadByGroupEventHandler()
1168 switch(discCharInfo->uuid.uuid16) in Cy_BLE_GAPC_DiscoverCharacteristicsEventHandler()
1264 … (void)memcpy(&locDiscCharInfo.uuid.uuid128, attrVal, CY_BLE_GATT_128_BIT_UUID_SIZE); in Cy_BLE_ReadByTypeEventHandler()
1270 locDiscCharInfo.uuid.uuid16 = Cy_BLE_Get16ByPtr(attrVal); in Cy_BLE_ReadByTypeEventHandler()
1332 locDiscInclInfo.uuid.uuid16 = Cy_BLE_Get16ByPtr(attrVal); in Cy_BLE_ReadByTypeEventHandler()
1338 … if( (cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j].uuid == in Cy_BLE_ReadByTypeEventHandler()
1339 locDiscInclInfo.uuid.uuid16) && in Cy_BLE_ReadByTypeEventHandler()
1488 … (void)memcpy(&locDiscDescrInfo.uuid.uuid128, attrVal, CY_BLE_GATT_128_BIT_UUID_SIZE); in Cy_BLE_FindInfoEventHandler()
1493 locDiscDescrInfo.uuid.uuid16 = Cy_BLE_Get16ByPtr(attrVal); in Cy_BLE_FindInfoEventHandler()