Skip to content
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

Closed
wants to merge 2,743 commits into from

Conversation

zrgravity
Copy link

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.

jack0c and others added 30 commits November 18, 2022 16:37
…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
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
KonstantinKondrashov and others added 23 commits March 2, 2023 19:52
…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
@CLAassistant
Copy link

CLAassistant commented Sep 11, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 18 committers have signed the CLA.

✅ hypnosvirtual-deploy
❌ SoucheSouche
❌ Dazza0
❌ espwangning
❌ espressif-bot
❌ dobairoland
❌ esp-cjh
❌ jack0c
❌ ShyamalKhachane
❌ Icarus113
❌ ginkgm
❌ zikalino
❌ 0xjakob
❌ ydesp
❌ KonstantinKondrashov
❌ suda-morris
❌ igrr
❌ ESP-Marius
You have signed the CLA already but the status is still pending? Let us recheck it.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Sep 11, 2023
@github-actions github-actions bot changed the title BLE GATTS callback getter method BLE GATTS callback getter method (IDFGH-11043) Sep 11, 2023
@zrgravity zrgravity closed this Sep 11, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Won't Do This will not be worked on and removed Status: Opened Issue is new labels Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.