OVMS3-idf/components/protocomm
Hrishikesh Dhayagude 82a80005b9 Unified Provisioning: Miscellaneous fixes in BLE
1. Pass the correct conn_id to protocomm_req_handle
In transport_simple_ble_write(), passing param->exec_write.conn_id would
be invalid. Instead param->write.conn_id should be passed
Similar change in transport_simple_ble_exec_write() to use
param->exec_write.conn_id

2. simple_ble_start() assumes that the mode is BLE only and enables
Bluetooth controller accordingly. For, cases having BT + BLE like Alexa
(Provisioning over BLE + Audio over classic BT), this assumption should
be removed.
2019-04-09 11:30:54 +05:30
..
include protocomm : typos fixed and descriptions corrected 2019-02-15 10:45:34 +00:00
proto Examples : Added provisioning examples, tests and client tool. 2018-10-02 19:07:28 +05:30
proto-c Protocomm : Added unit tests and protobuf-c generated files 2018-10-02 19:07:28 +05:30
python Protocomm : Added unit tests and protobuf-c generated files 2018-10-02 19:07:28 +05:30
src Unified Provisioning: Miscellaneous fixes in BLE 2019-04-09 11:30:54 +05:30
test protocomm unit_tests : test cases updated 2019-02-15 10:45:34 +00:00
CMakeLists.txt Protocomm : Use esp_http_server instead of http_server 2018-10-24 17:32:43 +05:30
component.mk Protocomm : Added support for choice of transport - WiFi (SoftAP+HTTPD), BLE, Console (development friendly transport) 2018-10-02 19:07:28 +05:30