ESP BLE
Posted: Mon Jul 23, 2018 4:54 pm
Hello,
1. i'm using the esp BLE libaray, and I would like to know if there is a way to program the ble physical layer of the esp32 by the sdk (e.g. : setting the desire frequency, or blocking some Frequencies of hopping)?
2. The BLERemoteCharacteristic.cpp uses header named "esp_gattc_api.h", and I want to edit some functions which are inside of that header, but I can't locate the cpp file of that header (esp_gattc_api.cpp). how can I edit those functions (e.g: esp_ble_gattc_write_char)?
Thank you in advace!
1. i'm using the esp BLE libaray, and I would like to know if there is a way to program the ble physical layer of the esp32 by the sdk (e.g. : setting the desire frequency, or blocking some Frequencies of hopping)?
2. The BLERemoteCharacteristic.cpp uses header named "esp_gattc_api.h", and I want to edit some functions which are inside of that header, but I can't locate the cpp file of that header (esp_gattc_api.cpp). how can I edit those functions (e.g: esp_ble_gattc_write_char)?
Thank you in advace!