Searched refs:CY_BLE_GAP_CENTRAL (Results 1 – 4 of 4) sorted by relevance
237 if((cy_ble_configPtr->params->gapRole & CY_BLE_GAP_CENTRAL) != 0u) in Cy_BLE_TimeOutEventHandler()389 … if((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_CENTRAL | CY_BLE_GAP_OBSERVER)) != 0u) in Cy_BLE_EventHandler()395 … if((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_PERIPHERAL | CY_BLE_GAP_CENTRAL)) != 0u) in Cy_BLE_EventHandler()443 … if((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_PERIPHERAL | CY_BLE_GAP_CENTRAL)) != 0u) in Cy_BLE_EventHandler()450 … if((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_PERIPHERAL | CY_BLE_GAP_CENTRAL)) != 0u) in Cy_BLE_EventHandler()490 … if((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_PERIPHERAL | CY_BLE_GAP_CENTRAL)) != 0u) in Cy_BLE_EventHandler()508 … if((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_PERIPHERAL | CY_BLE_GAP_CENTRAL)) != 0u) in Cy_BLE_EventHandler()544 … if( ((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_PERIPHERAL | CY_BLE_GAP_CENTRAL)) != 0u) && in Cy_BLE_EventHandler()551 if(((cy_ble_configPtr->params->gapRole & CY_BLE_GAP_CENTRAL) != 0u) && in Cy_BLE_EventHandler()661 … if((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_PERIPHERAL | CY_BLE_GAP_CENTRAL)) != 0u) in Cy_BLE_EventHandler()[all …]
416 … if((cy_ble_configPtr->params->gapRole & (CY_BLE_GAP_OBSERVER | CY_BLE_GAP_CENTRAL)) != 0u) in Cy_BLE_EnableHost()
37 #define CY_BLE_GAP_CENTRAL (0x02U) /* The device operates as central. */ macro
118 #define CY_BLE_GAP_ROLE_CENTRAL (0u != (CY_BLE_GAP_ROLE & CY_BLE_GAP_CENTRAL))