What happens to connection with BLE device when Android goes in sleep mode
问题 What happens to connection with BLE device connection when Android goes in sleep mode? So if application establishes a connection with BLE device and then Android goes sleep, will the connection be maintained? Will the application be informed about disconnects or re-connection? 回答1: BLE is devided in two parts, physical layer and link layer implemented in the BLE controller (frontend) upper layers implemented on host side (Android system) both parts connect via the HCI interface. (Which you