ESP-IDF
+
0
/3 examples
SourceVu will show references to
esp_sdp_init()
from the following samples and libraries:
esp_hid_device sample
bt_l2cap_client sample
bt_l2cap_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_sdp_init()
esp_sdp_init() function
This function is called to init SDP module. When the operation is completed, the callback function will be called with ESP_SDP_INIT_EVT. This function should be called after esp_bluedroid_enable() completes successfully.
Syntax
Show:
Summary
Declaration
from
esp_sdp_api.h:252
esp_err_t
esp_sdp_init
(
void
)
;
Return value
- ESP_OK: success - other: failed
Examples
esp_sdp_init()
is referenced by 3 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out