protocomm_ble_stop() function
Stop Bluetooth Low Energy based transport layer for provisioning Stops service/task responsible for BLE based interactions for provisioning
Arguments
pc
Same protocomm instance that was passed to protocomm_ble_start()
Return value
- ESP_OK : Success - ESP_FAIL : Simple BLE stop error - ESP_ERR_INVALID_ARG : Null / incorrect protocomm instance
Notes
You might want to optionally reclaim memory from Bluetooth. Refer to the documentation of `esp_bt_mem_release` in that case.