Skip to content

Commit 3b0a52d

Browse files
committed
Added changes for the BLE callback handler
1 parent 07cf604 commit 3b0a52d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/platform/silabs/BLEManagerImpl.h

+6
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ class BLEManagerImpl final : public BLEManager, private BleLayer, private BlePla
209209
static void DriveBLEState(intptr_t arg);
210210
static void BleAdvTimeoutHandler(TimerHandle_t xTimer);
211211
uint8_t GetTimerHandle(uint8_t connectionHandle, bool allocate);
212+
213+
214+
#if (SLI_SI91X_ENABLE_BLE || RSI_BLE_ENABLE)
215+
protected:
216+
static void OnSendIndicationTimeout(System::Layer * aLayer, void * appState);
217+
#endif
212218
};
213219

214220
/**

0 commit comments

Comments
 (0)