Home
last modified time | relevance | path

Searched refs:discServiNum (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-3.6.0/bless/
Dcy_ble_event_handler.c1021 uint32_t discServiNum = cy_ble_configPtr->context->discServiCount; in Cy_BLE_ReadByGroupEventHandler() local
1024 for(j = 0u; (j < discServiNum) && (fFlag == 0u); j++) in Cy_BLE_ReadByGroupEventHandler()
1027 … if(cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j].uuid == in Cy_BLE_ReadByGroupEventHandler()
1030 … if(cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j].range.startHandle == in Cy_BLE_ReadByGroupEventHandler()
1033 … cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j].range = in Cy_BLE_ReadByGroupEventHandler()
1040 if((j >= (discServiNum - 1u)) || in Cy_BLE_ReadByGroupEventHandler()
1041 … (cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + j + 1u].uuid != in Cy_BLE_ReadByGroupEventHandler()
1099 uint32_t discServiNum = cy_ble_configPtr->context->discServiCount; in Cy_BLE_NextInclDiscovery() local
1114 while( (cy_ble_configPtr->context->discovery[discIdx].servCount < discServiNum) && in Cy_BLE_NextInclDiscovery()
1115 …((cy_ble_configPtr->context->serverInfo[(discIdx * discServiNum) + locServCount].range.startHandle… in Cy_BLE_NextInclDiscovery()
[all …]