1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-04 13:35:21 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/btle
José Rebelo 247a954920 Huami/Zepp OS: Improve reconnection
- Remove notification on unneeded characteristics for Zepp OS devices
- Reset MTU before initializing device, since the support class is
  reused when reconnecting, and keeping the previous high MTU before
  renegotiating again can make the initialization fail sometimes
  (band will never reply)
- If any of the chunked characteristics is null during initialization,
  mark the device as waiting for reconnect, which will make it retry the
  connection later with a backoff delay.
2023-07-22 20:31:26 +01:00
..
actions Fix typo in connection priority variable 2023-06-11 00:44:20 +01:00
profiles Add BTBR service 2023-06-13 12:06:13 +00:00
AbstractBTLEDeviceSupport.java Huami/Zepp OS: Improve reconnection 2023-07-22 20:31:26 +01:00
AbstractBTLEOperation.java Add BTBR service 2023-06-13 12:06:13 +00:00
AbstractGattCallback.java update license headers 2021-01-10 23:38:13 +01:00
AbstractTransaction.java update license headers 2021-01-10 23:38:13 +01:00
BleNamesResolver.java update license headers 2021-01-10 23:38:13 +01:00
BLETypeConversions.java Casio: Refactoring 2023-07-22 09:39:56 +00:00
BtLEAction.java update license headers 2021-01-10 23:38:13 +01:00
BTLEOperation.java update license headers 2021-01-10 23:38:13 +01:00
BtLEQueue.java Bangle.js flow control. If the Bangle is busy and unable to accept more data, Gadgetbridge will now pause sending until the Bangle is ready for more. 2022-12-12 07:43:20 +00:00
BtLEServerAction.java update license headers 2021-01-10 23:38:13 +01:00
GattCallback.java Update license headers 2019-12-15 22:09:02 +01:00
GattCharacteristic.java add local time service to PineTime, fixed standard ble format 2022-12-12 15:04:45 +00:00
GattDescriptor.java update license headers 2021-01-10 23:38:13 +01:00
GattListenerAction.java update license headers 2021-01-10 23:38:13 +01:00
GattServerCallback.java update license headers 2021-01-10 23:38:13 +01:00
GattService.java update license headers 2021-01-10 23:38:13 +01:00
ServerTransaction.java Add BTBR service 2023-06-13 12:06:13 +00:00
ServerTransactionBuilder.java Add BTBR service 2023-06-13 12:06:13 +00:00
Transaction.java Add BTBR service 2023-06-13 12:06:13 +00:00
TransactionBuilder.java Add BTBR service 2023-06-13 12:06:13 +00:00