Home
last modified time | relevance | path

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

/hal_infineon-latest/bless/
Dcy_ble_event_handler.c200 ((cy_ble_configPtr->params->gattRole & CY_BLE_GATT_CLIENT) != 0u) ) in Cy_BLE_TimeOutEventHandler()
618 if((cy_ble_configPtr->params->gattRole & CY_BLE_GATT_CLIENT) != 0u) in Cy_BLE_EventHandler()
676 if( ((cy_ble_configPtr->params->gattRole & CY_BLE_GATT_CLIENT) != 0u) && in Cy_BLE_EventHandler()
685 if( (cy_ble_configPtr->params->gattRole & CY_BLE_GATT_CLIENT) != 0u) in Cy_BLE_EventHandler()
694 if( ((cy_ble_configPtr->params->gattRole & CY_BLE_GATT_SERVER) != 0u) && in Cy_BLE_EventHandler()
731 if( ((cy_ble_configPtr->params->gattRole & CY_BLE_GATT_CLIENT) != 0u) && in Cy_BLE_EventHandler()
742 if((cy_ble_configPtr->params->gattRole & CY_BLE_GATT_CLIENT) != 0u) in Cy_BLE_EventHandler()
Dcy_ble.c150 if((cy_ble_configPtr->params->gattRole & CY_BLE_GATT_CLIENT) != 0u) in Cy_BLE_InitHost()
/hal_infineon-latest/bless/include/
Dcy_ble.h279 uint8_t gattRole; member