mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 23:45:18 +00:00
- Check characteristic write properties before all writes - Add proper error handling for specific BLE error codes - Rediscover services on invalid handle errors - Increase delay between key exchange and announce - Reduce connection flooding by spacing out initial messages The ATT Error 242 was caused by writing too quickly after connection establishment. Adding delays gives the connection time to stabilize.