int tls_ble_server_demo_api_init(tls_ble_output_func_ptr output_func_ptr);
时间: 2023-09-16 11:10:46 浏览: 61
BLE开发demo
This function initializes the TLS BLE server demo API with the given output function pointer. The output function is used to print debug information and status updates during the execution of the API. Once initialized, the API can be used to create and manage a BLE server on a TLS-enabled device.
阅读全文