-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE GATTS callback getter method (IDFGH-11043) #12224
Conversation
…deep_sleep_backport_v4.3' into 'release/v4.3' esp_hw_support/sleep: fix current leakage when hold digital io during deep sleep(backport v4.3) See merge request espressif/esp-idf!20946
…se/v4.3' bugfix: fix redefined _iram_end (backport v4.3) See merge request espressif/esp-idf!21154
- Added config to disable scan backoff - Fixed llm_scan.c assert at line 1485 during controller deinit if duplicate scan is not stopped - Call pll track in controller task
Bitstring>=4 supports Python 3.7+ only. See: https://github.com/scott-griffiths/bitstring/releases/tag/bitstring-4.0.1
Tools: Use bitstring package compatible with supported Python versions (v4.3) See merge request espressif/esp-idf!21180
ble_mesh:example:Add command to test the function of duplicate exceptional list(v4.3) See merge request espressif/esp-idf!21122
…to 'release/v4.3' Fixed the issue memory access out of bounds in a2dp_source example (v4.3) See merge request espressif/esp-idf!21146
esp_wifi: Fix WiFi Enterprise Reauthentication issue (v4.3) See merge request espressif/esp-idf!21073
…e/v4.3' Change BLE default TX power on ESP32C3(backport v4.3) See merge request espressif/esp-idf!21169
1. Modify wifi scan return value same to docs. 2. Change some logs' log level wo avoid misunderstanding. 3. Fix connect fail return wrong error code issue
…authentication failure 2. provide compatibilities with devices that do not support Secure Simple Paring Closes espressif#10069 Closes espressif#10005
Fixed a memory leak issue created when parsing scan results See merge request espressif/esp-idf!20740
…e/v4.3' bugfix/fixed connection failure and build errors of HID host (v4.3) See merge request espressif/esp-idf!21209
Bugfix/Fix HFP client parse CLCC command response bug[backport 4.3] See merge request espressif/esp-idf!21158
1. removed audio cache in BTC layer of Bluedroid 2. added flow control for audio data in application layer Closes espressif#9622
…e/v4.3' Bugfix: optimize protocol socket cases 4.3 See merge request espressif/esp-idf!22529
twai: Add errata workaround for listen only mode (v4.3) See merge request espressif/esp-idf!22516
…/v4.3' esp_rom: miniz test only on FPGA (backport 4.3) See merge request espressif/esp-idf!22603
…'release/v4.3' adc: fix legacy oneshot driver clock gating issue on c3 (v4.3) See merge request espressif/esp-idf!22610
…se/v4.3' fixed invalid taskEXIT_CRITICAL See merge request espressif/esp-idf!22614
all: Apply new version logic (major * 100 + minor) (v4.3) See merge request espressif/esp-idf!22482
refactor(nvs): custom allocator for all objects allocated in NVS (v4.3) See merge request espressif/esp-idf!21794
When the virt efuse mode is on and psram is on as well then efuse buffer is not filled by efuses (it is filled by 0). So the psram init func gets wrong pkg_ver = 0. Closes espressif#10925 Close IDFGH-9576
…e/v4.3' esp_psram: Use efuse_ll instead of efuse API (v4.3) See merge request espressif/esp-idf!22643
|
Allows user methods to access the BLE GATTS callback, if set. This allows multiple callback to be used, for instance, when there are multiple services and profiles.