Hi ,
I am working on ESP32 module.
I want to customize audio codec pins from SDK config. but i am not able to get the option .
can you please suggest
Kind Regards,
Tanuja
Search found 3 matches
- Wed Jun 14, 2023 7:42 am
- Forum: ESP-IDF
- Topic: IDF V5.0 TCP Socket Client Memory Leak
- Replies: 10
- Views: 8077
- Tue Jun 13, 2023 11:49 am
- Forum: ESP-IDF
- Topic: BLE: How change UUID16 by UUID128
- Replies: 5
- Views: 8186
Re: BLE: How change UUID16 by UUID128
Hi , I am working on EP32 module as peripheral. and I am trying to add one more service in the gatts_gattc_coex . I am not able to get the customized UUID in the android app. #define GATTS_SERVICE_UUID_LOC_NAV 0x00DD #define GATTS_CHAR_UUID_LOC_NAV 0xDD01 #define GATTS_NUM_HANDLE_LOC_NAV 3 Can you p...
- Fri Jun 09, 2023 11:23 am
- Forum: ESP-IDF
- Topic: BLE - ESP_GAP_BLE_PASSKEY_NOTIF_EVT not seen with certain Android phones
- Replies: 8
- Views: 10105
Re: BLE - ESP_GAP_BLE_PASSKEY_NOTIF_EVT not seen with certain Android phones
Hi dldtechnology, I am working on ESP32 module, i want to integrating location and navigation profile on GATTS. I am not getting where to add the profile or how to import service on esp32 IDF. Can you please help me get it work. Even I am not getting any of the documents related to profile integrati...