Searched refs:gattRole (Results 1 – 3 of 3) sorted by relevance
200 ((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()
150 if((cy_ble_configPtr->params->gattRole & CY_BLE_GATT_CLIENT) != 0u) in Cy_BLE_InitHost()
279 uint8_t gattRole; member