Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/
Dfwk_platform.c61 extern PLATFORM_ErrorCallback_t pfPlatformErrorCallback;
62 PLATFORM_ErrorCallback_t pfPlatformErrorCallback = (void *)0; variable
266 (pfPlatformErrorCallback != NULL)) in PLATFORM_RemoteActiveReq()
268 pfPlatformErrorCallback(PLATFORM_REMOTE_ACTIVE_REQ_ID, -1); in PLATFORM_RemoteActiveReq()
293 (pfPlatformErrorCallback != NULL)) in PLATFORM_RemoteActiveReq()
295 pfPlatformErrorCallback(PLATFORM_REMOTE_ACTIVE_REQ_ID, -2); in PLATFORM_RemoteActiveReq()
349 pfPlatformErrorCallback = cb; in PLATFORM_RegisterErrorCallback()
Dfwk_platform_ble.c70 extern PLATFORM_ErrorCallback_t pfPlatformErrorCallback;
140 if ((status < 0) && (pfPlatformErrorCallback != NULL)) in PLATFORM_InitBle()
142 pfPlatformErrorCallback(PLATFORM_INIT_BLE_ID, status); in PLATFORM_InitBle()
188 if ((status != 0) && (pfPlatformErrorCallback != NULL)) in PLATFORM_SendHciMessage()
190 pfPlatformErrorCallback(PLATFORM_SEND_HCI_MESSAGE_ID, status); in PLATFORM_SendHciMessage()