Skip to content

TODO list #7

@chegewara

Description

@chegewara
  • - bugfix BLEAdvertisingDevice line 140
  • - fix HID class for macOS (add permissions)
  • - fix max mtu size to 517 (BLECharacteristic)
  • - add BLEserver::connect, (esp_ble_gatts_open)
  • - fix gattc_open remote address type <-- bug in esp-idf?
  • - add advertising type (direct adv) <-- bug in esp-idf?
  • - 6.3.1 Notifications and Indications While Disconnected - BT core page 2279
  • - add multi server connect
  • - add multi client connect
  • - bugfix BLERemoteService (getCharacteristicsByHandle()), <-- WIP
  • - add midi over ble example,
  • - add to BLEClient std:map servicesByHandle
  • - fix semaphore wait in BLECharacteristic->notify() and more
  • - 2.5.2 Attribute Caching - page 2227, is it driver or application implemented?
  • - add search thru nvs cache
  • -- services
  • -- characteristics
  • -- descriptors
  • - fix BLEUUID(std::string)
  • - add SCCDesc(0x2903) if characteristic can broadcast - page 2240
  • - fix remotecharacteristic readValue get outdated data <-- semaphore issue related
  • - bugfix BLEAdvertisedDevice::parseAdvertisement to parse adv+scnResp length <--
  • - BLEScan memory leak
  • - fix bug setByHandle() in BLEServer.cpp
  • - add random mac address generator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions