Searched refs:pfPlatformErrorCallback (Results 1 – 2 of 2) sorted by relevance
61 extern PLATFORM_ErrorCallback_t pfPlatformErrorCallback;62 PLATFORM_ErrorCallback_t pfPlatformErrorCallback = (void *)0; variable266 (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()
70 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()