Searched refs:cy_en_ble_api_result_t (Results 1 – 9 of 9) sorted by relevance
| /hal_infineon-latest/bless/include/ |
| D | cy_ble_hal_pvt.h | 140 cy_en_ble_api_result_t Cy_BLE_HAL_RegisterCommonPipeCallback(void); 173 cy_en_ble_api_result_t Cy_BLE_HAL_EnableDefaultEco(void); 176 cy_en_ble_api_result_t Cy_BLE_HAL_NvramWrite(const uint8_t buffer[], const uint8_t varFlash[], 178 cy_en_ble_api_result_t Cy_BLE_HAL_StackNvramWrite(const uint8_t buffer[], const uint8_t varFlash[],… 185 cy_en_ble_api_result_t Cy_BLE_HAL_RadioCalibrationRead(void *data, uint32_t length); 186 cy_en_ble_api_result_t Cy_BLE_HAL_RadioCalibrationWrite(const void *data, uint32_t length); 198 cy_en_ble_api_result_t Cy_BLE_HAL_MappingEccGenerateSecurityKeypair(uint8_t p_publicKey[], 201 cy_en_ble_api_result_t Cy_BLE_HAL_MappingEccGenerateDHKey(const uint8_t p_publicKey[], 204 cy_en_ble_api_result_t Cy_BLE_HAL_MappingEccValidPublicKey(const uint8_t p_publicKey[]); 205 cy_en_ble_api_result_t Cy_BLE_HAL_MappingPairingLocalPublicKeyHandler(void *param); [all …]
|
| D | cy_ble.h | 451 cy_en_ble_api_result_t Cy_BLE_RegisterAppHostCallback(cy_ble_app_notify_callback_t CallBack); 460 cy_en_ble_api_result_t Cy_BLE_InitHost(const cy_stc_ble_config_t *config); 461 cy_en_ble_api_result_t Cy_BLE_EnableHost(void); 462 cy_en_ble_api_result_t Cy_BLE_DisableHost(void); 465 cy_en_ble_api_result_t Cy_BLE_InitController(const cy_stc_ble_config_t *config); 466 cy_en_ble_api_result_t Cy_BLE_EnableController(void); 467 cy_en_ble_api_result_t Cy_BLE_EnableHCIModeController(void); 468 cy_en_ble_api_result_t Cy_BLE_EnableControllerFromHost(void);/** \endcond */ 475 cy_en_ble_api_result_t Cy_BLE_RegisterInterruptCallback(uint32_t intrMask, 477 cy_en_ble_api_result_t Cy_BLE_UnRegisterInterruptCallback(void); [all …]
|
| D | cy_ble_stack_pvt.h | 57 cy_en_ble_api_result_t Cy_BLE_ControllerIpcHalSendEnqueue(cy_stc_ble_ipc_ctrl_msg* msg); 84 extern cy_en_ble_api_result_t Cy_BLE_HAL_ControllerSetFeatureConfigWrapper(const cy_stc_ble_stack_c… 86 extern cy_en_ble_api_result_t Cy_BLE_HAL_ControllerValidateInputParamsWrapper(const cy_stc_ble_stac… 87 extern cy_en_ble_api_result_t Cy_BLE_HAL_ControllerGetHeapMemoryWrapper(uint16_t *memorySize); 89 extern cy_en_ble_api_result_t Cy_BLE_HAL_ControllerInitWrapper(cy_stc_ble_stack_init_info_t *initPa… 92 extern cy_en_ble_api_result_t Cy_BLE_HAL_ControllerGetInternalHeapReqWrapper(uint16_t *memorySize); 93 extern cy_en_ble_api_result_t Cy_BLE_HAL_StackMgr_BleSSInitWrapper(uint8 persistRadioCal); 94 extern cy_en_ble_api_result_t Cy_BLE_HAL_ControllerResetWrapper(void);
|
| D | cy_ble_stack.h | 1347 } cy_en_ble_api_result_t; typedef 1942 cy_en_ble_api_result_t Cy_BLE_GetStackLibraryVersion 2090 cy_en_ble_api_result_t Cy_BLE_StackInit 2155 cy_en_ble_api_result_t Cy_BLE_ControllerStackInit 2188 cy_en_ble_api_result_t Cy_BLE_StackShutdown 2216 cy_en_ble_api_result_t Cy_BLE_StackSoftReset 2291 cy_en_ble_api_result_t Cy_BLE_StackSetFeatureConfig 2328 cy_en_ble_api_result_t Cy_BLE_ControllerStackSetFeatureConfig 2358 cy_en_ble_api_result_t Cy_BLE_StackGetFeatureConfig 2393 cy_en_ble_api_result_t Cy_BLE_SetCustomEventMask [all …]
|
| /hal_infineon-latest/bless/ |
| D | cy_ble_common.c | 45 cy_en_ble_api_result_t Cy_BLE_Init(const cy_stc_ble_config_t *config) in Cy_BLE_Init() 47 cy_en_ble_api_result_t apiResult; in Cy_BLE_Init() 143 cy_en_ble_api_result_t Cy_BLE_Enable(void) in Cy_BLE_Enable() 145 cy_en_ble_api_result_t apiResult ; in Cy_BLE_Enable() 219 cy_en_ble_api_result_t Cy_BLE_Disable(void) in Cy_BLE_Disable() 221 cy_en_ble_api_result_t apiResult; in Cy_BLE_Disable() 640 cy_en_ble_api_result_t Cy_BLE_HAL_EccGenerateSecurityKeypair(uint8_t p_publicKey[], in Cy_BLE_HAL_EccGenerateSecurityKeypair() 656 cy_en_ble_api_result_t Cy_BLE_HAL_EccGenerateDHKey(const uint8_t p_publicKey[], in Cy_BLE_HAL_EccGenerateDHKey() 673 cy_en_ble_api_result_t Cy_BLE_HAL_EccValidPublicKey(const uint8_t p_publicKey[]) in Cy_BLE_HAL_EccValidPublicKey() 685 cy_en_ble_api_result_t Cy_BLE_HAL_PairingLocalPublicKeyHandler(void *param) in Cy_BLE_HAL_PairingLocalPublicKeyHandler() [all …]
|
| D | cy_ble.c | 125 cy_en_ble_api_result_t Cy_BLE_InitHost(const cy_stc_ble_config_t *config) in Cy_BLE_InitHost() 127 cy_en_ble_api_result_t apiResult = CY_BLE_SUCCESS; in Cy_BLE_InitHost() 248 cy_en_ble_api_result_t Cy_BLE_EnableHost(void) in Cy_BLE_EnableHost() 250 cy_en_ble_api_result_t apiResult = CY_BLE_ERROR_INVALID_STATE; in Cy_BLE_EnableHost() 460 cy_en_ble_api_result_t Cy_BLE_DisableHost(void) in Cy_BLE_DisableHost() 462 cy_en_ble_api_result_t apiResult = CY_BLE_SUCCESS; in Cy_BLE_DisableHost() 541 cy_en_ble_api_result_t Cy_BLE_RegisterInterruptCallback(uint32_t intrMask, cy_ble_intr_callback_t C… in Cy_BLE_RegisterInterruptCallback() 543 cy_en_ble_api_result_t apiResult = CY_BLE_SUCCESS; in Cy_BLE_RegisterInterruptCallback() 586 cy_en_ble_api_result_t Cy_BLE_ConfigureIpcForInterruptCallback(uint32_t ipcChan, uint32_t ipcIntr, … in Cy_BLE_ConfigureIpcForInterruptCallback() 590 cy_en_ble_api_result_t apiResult = CY_BLE_SUCCESS; in Cy_BLE_ConfigureIpcForInterruptCallback() [all …]
|
| D | cy_ble_controller.c | 69 cy_en_ble_api_result_t Cy_BLE_InitController(const cy_stc_ble_config_t *config) in Cy_BLE_InitController() 71 cy_en_ble_api_result_t apiResult = CY_BLE_ERROR_INVALID_PARAMETER; in Cy_BLE_InitController() 123 cy_en_ble_api_result_t Cy_BLE_EnableController(void) in Cy_BLE_EnableController() 125 cy_en_ble_api_result_t apiResult = CY_BLE_ERROR_INVALID_STATE; in Cy_BLE_EnableController() 246 cy_en_ble_api_result_t Cy_BLE_EnableHCIModeController(void) in Cy_BLE_EnableHCIModeController() 248 cy_en_ble_api_result_t apiResult = CY_BLE_ERROR_INVALID_STATE; in Cy_BLE_EnableHCIModeController() 373 cy_en_ble_api_result_t Cy_BLE_EnableControllerFromHost(void) in Cy_BLE_EnableControllerFromHost() 416 (cy_en_ble_api_result_t) controllerMsg.data); in Cy_BLE_EnableControllerFromHost() 526 cy_en_ble_api_result_t retIsControllerActive; in Cy_BLE_ControllerDeepSleepCallback()
|
| D | cy_ble_hal_pvt.c | 326 cy_en_ble_api_result_t Cy_BLE_HAL_SoftHciHostWritePkt(cy_stc_ble_hci_tx_packet_info_t *hciPktParams) in Cy_BLE_HAL_SoftHciHostWritePkt() 368 cy_en_ble_api_result_t Cy_BLE_HAL_NvramWrite(const uint8_t buffer[], in Cy_BLE_HAL_NvramWrite() 373 cy_en_ble_api_result_t bleReturn; in Cy_BLE_HAL_NvramWrite() 623 cy_en_ble_api_result_t Cy_BLE_HAL_StackNvramWrite(const uint8_t buffer[], in Cy_BLE_HAL_StackNvramWrite() 856 cy_en_ble_api_result_t Cy_BLE_HAL_EnableDefaultEco(void) 858 cy_en_ble_api_result_t apiResult = CY_BLE_ERROR_INVALID_OPERATION; 1118 cy_en_ble_api_result_t Cy_BLE_HAL_RegisterCommonPipeCallback(void) in Cy_BLE_HAL_RegisterCommonPipeCallback() 1120 cy_en_ble_api_result_t rc = CY_BLE_SUCCESS; in Cy_BLE_HAL_RegisterCommonPipeCallback() 1153 cy_en_ble_api_result_t Cy_BLE_HAL_RadioCalibrationWrite(const void *data, uint32_t length) in Cy_BLE_HAL_RadioCalibrationWrite() 1155 cy_en_ble_api_result_t rc; in Cy_BLE_HAL_RadioCalibrationWrite() [all …]
|
| D | cy_ble_event_handler.c | 80 cy_en_ble_api_result_t Cy_BLE_RegisterServiceEventHandler(cy_ble_event_handle_t eventHandlerFunc) in Cy_BLE_RegisterServiceEventHandler() 82 cy_en_ble_api_result_t apiResult = CY_BLE_SUCCESS; in Cy_BLE_RegisterServiceEventHandler()
|