esp-idf/components/bt/host/bluedroid/bta/sys
Ilia Lutchenko 0a23da71ac feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs
1. Added new API functions that can add 32 and 128-bit UUID to the EIR data
when these UUIDs are set in SDP.
The old functions that only work with 16-bit UUIDs have been left
unchanged to avoid having to redo code that already utilizes them.

2. Fixed bug with zero handler return in btc_sdp.c
sdp_create_record.handle in tBTA_SDP struct wasn't saved before.
Because of it Bluetooth stack always returned zero handler to
application callback.

Closes https://github.com/espressif/esp-idf/issues/11529
2023-11-02 17:43:55 +01:00
..
include Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
bta_sys_conn.c feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-02 17:43:55 +01:00
bta_sys_main.c fix timer collision in role switch 2021-08-16 08:54:37 +08:00
utl.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00