iOS 17 BLE peripheral devices BleManager.getConnectedPeripherals return empty

We are having an issue with BLE peripheral devices it is not connecting to the device when we kill the app and try to get connected devices on app start it always returns empty.

we are calling this function to get connected devices BleManager.getConnectedPeripherals

This is working fine on iOS 16 but on iOS we are having issue

we are using this library for BLE communication: react-native-ble-manager

Devices: iPhone XR, iPhone 11 OS: 17 React Native: 0.71.11