Skip to content

Commit

Permalink
Added changes for the BLE callback handler
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte committed Jan 30, 2024
1 parent 5a40f80 commit 6b81817
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platform/silabs/BLEManagerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ class BLEManagerImpl final : public BLEManager, private BleLayer, private BlePla
static void DriveBLEState(intptr_t arg);
static void BleAdvTimeoutHandler(TimerHandle_t xTimer);
uint8_t GetTimerHandle(uint8_t connectionHandle, bool allocate);


#if (SLI_SI91X_ENABLE_BLE || RSI_BLE_ENABLE)
protected:
static void OnSendIndicationTimeout(System::Layer * aLayer, void * appState);
#endif
};

/**
Expand Down

0 comments on commit 6b81817

Please sign in to comment.