ESP-IDF
btc_l2cap_args_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_l2cap_args_t
btc_l2cap_args_t union
Syntax
Show:
Summary
Declaration
from
btc_l2cap.h:30
typedef
union
{
struct
l2cap_init_arg
{
}
init
;
struct
l2cap_uninit_arg
{
}
uninit
;
struct
l2cap_start_discovery_arg
{
BD_ADDR
bd_addr
;
UINT16
num_uuid
;
tSDP_UUID
*
p_uuid_list
;
}
start_discovery
;
struct
l2cap_connect_arg
{
UINT16
sec_mask
;
UINT16
remote_psm
;
esp_bd_addr_t
peer_bd_addr
;
}
connect
;
struct
l2cap_start_srv_arg
{
UINT16
sec_mask
;
UINT16
local_psm
;
}
start_srv
;
struct
l2cap_stop_srv_arg
{
UINT16
psm
;
}
stop_srv
;
}
btc_l2cap_args_t
;
Fields
Field
Declared as
btc_l2cap_args_t::init
struct
l2cap_init_arg
{
}
btc_l2cap_args_t::uninit
struct
l2cap_uninit_arg
{
}
btc_l2cap_args_t::start_discovery
struct
l2cap_start_discovery_arg
{
BD_ADDR
bd_addr
;
UINT16
num_uuid
;
tSDP_UUID
*
p_uuid_list
;
}
btc_l2cap_args_t::connect
struct
l2cap_connect_arg
{
UINT16
sec_mask
;
UINT16
remote_psm
;
esp_bd_addr_t
peer_bd_addr
;
}
btc_l2cap_args_t::start_srv
struct
l2cap_start_srv_arg
{
UINT16
sec_mask
;
UINT16
local_psm
;
}
btc_l2cap_args_t::stop_srv
struct
l2cap_stop_srv_arg
{
UINT16
psm
;
}
Related Functions
Found 3 other functions taking a
btc_l2cap_args_t
argument:
Function
btc_l2cap_start_srv()
btc_l2cap_stop_srv()
btc_l2cap_connect()
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