ESP-IDF
btc_spp_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_spp_args_t
btc_spp_args_t union
Syntax
Show:
Summary
Declaration
from
btc_spp.h:37
typedef
union
{
struct
init_arg
{
esp_spp_mode_t
mode
;
bool
enable_l2cap_ertm
;
UINT16
tx_buffer_size
;
}
init
;
struct
uninit_arg
{
}
uninit
;
struct
start_discovery_arg
{
BD_ADDR
bd_addr
;
UINT16
num_uuid
;
tSDP_UUID
*
p_uuid_list
;
}
start_discovery
;
struct
conn_arg
{
esp_spp_sec_t
sec_mask
;
esp_spp_role_t
role
;
UINT8
remote_scn
;
esp_bd_addr_t
peer_bd_addr
;
}
connect
;
struct
disconn_arg
{
UINT32
handle
;
}
disconnect
;
struct
start_srv_arg
{
esp_spp_sec_t
sec_mask
;
esp_spp_role_t
role
;
UINT8
local_scn
;
UINT8
max_session
;
char
name
[
ESP_SPP_SERVER_NAME_MAX
+
1
]
;
}
start_srv
;
struct
stop_srv_arg
{
UINT8
scn
;
}
stop_srv
;
struct
write_arg
{
UINT32
handle
;
int
len
;
UINT8
*
p_data
;
}
write
;
}
btc_spp_args_t
;
Fields
Field
Declared as
btc_spp_args_t::init
struct
init_arg
{
esp_spp_mode_t
mode
;
bool
enable_l2cap_ertm
;
UINT16
tx_buffer_size
;
}
btc_spp_args_t::uninit
struct
uninit_arg
{
}
btc_spp_args_t::start_discovery
struct
start_discovery_arg
{
BD_ADDR
bd_addr
;
UINT16
num_uuid
;
tSDP_UUID
*
p_uuid_list
;
}
btc_spp_args_t::connect
struct
conn_arg
{
esp_spp_sec_t
sec_mask
;
esp_spp_role_t
role
;
UINT8
remote_scn
;
esp_bd_addr_t
peer_bd_addr
;
}
btc_spp_args_t::disconnect
struct
disconn_arg
{
UINT32
handle
;
}
btc_spp_args_t::start_srv
struct
start_srv_arg
{
esp_spp_sec_t
sec_mask
;
esp_spp_role_t
role
;
UINT8
local_scn
;
UINT8
max_session
;
char
name
[
ESP_SPP_SERVER_NAME_MAX
+
1
]
;
}
btc_spp_args_t::stop_srv
struct
stop_srv_arg
{
UINT8
scn
;
}
btc_spp_args_t::write
struct
write_arg
{
UINT32
handle
;
int
len
;
UINT8
*
p_data
;
}
Related Functions
Found 7 other functions taking a
btc_spp_args_t
argument:
Function
btc_spp_start_discovery()
btc_spp_start_srv()
btc_spp_stop_srv()
btc_spp_connect()
btc_spp_disconnect()
btc_spp_write()
btc_spp_init()
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