ESP-IDF
SDP_ConnOpen()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SDP_ConnOpen()
SDP_ConnOpen() function
* Function SDP_ConnOpen * Description This function creates a connection to the SDP server on the * given device. * Returns 0, if failed to initiate connection. Otherwise, the handle.
Syntax
Show:
Summary
Declaration
from
sdp_api.h:693
UINT32
SDP_ConnOpen
(
UINT8
*
p_bd_addr
,
tSDP_DISC_RES_CB
*
p_rcb
,
tSDP_DISC_CMPL_CB
*
p_cb
)
;
Arguments
Argument
p_bd_addr
p_rcb
p_cb
Examples
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