Hi, does anyone from support ever answer these questions?
I cannot find on-line documetation listed in my post and need some one from Expressif to answer please.
Search found 4 matches
- Fri Aug 25, 2023 1:12 am
- Forum: ESP-IDF
- Topic: Extended Advertising config ext adv data error
- Replies: 1
- Views: 641
- Wed Aug 23, 2023 6:26 am
- Forum: ESP-IDF
- Topic: Extended Advertising config ext adv data error
- Replies: 1
- Views: 641
Extended Advertising config ext adv data error
I'm trying to set an extended advertising message with
ble_status = esp_ble_gap_config_ext_adv_data_raw(0, length, ble_message);
and receive this error code: E (8831) BT_BTM: LE EA SetAdvData: cmd err=0x12
what do to correct this?
ble_status = esp_ble_gap_config_ext_adv_data_raw(0, length, ble_message);
and receive this error code: E (8831) BT_BTM: LE EA SetAdvData: cmd err=0x12
what do to correct this?
- Fri Dec 23, 2022 5:19 pm
- Forum: ESP-IDF
- Topic: undefined reference to `esp_ble_gap_ext_adv_set_params'
- Replies: 0
- Views: 831
undefined reference to `esp_ble_gap_ext_adv_set_params'
The project is a modification of the gatt server example. When compliing get this error: D:/Expressif/gattserver/main/gatts_demo.c:964: undefined reference to `esp_ble_gap_ext_adv_set_params' `esp_ble_gap_ext_adv_set_params' is a member of esp_gap_ble_api.h and I have an include in the c file that i...
- Sun Nov 27, 2022 2:38 pm
- Forum: ESP-IDF
- Topic: Extension Windows Build Project doesn't parse out project path
- Replies: 0
- Views: 1293
Extension Windows Build Project doesn't parse out project path
Have the expressif ide extension installed on a Windows 11 machine. Have created the Hello-World project and when building project path seems to be not parseing out the path correctly CMake Error: The source directory "C:Userskenbshello" does not exist. ==> should be c:\users\kenbs\hello Executing t...