ESP-IDF
spp_slot_t
is only used within ESP-IDF.
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
spp_slot_t
spp_slot_t struct
Syntax
Show:
Summary
Declaration
from
btc_spp.c:49
typedef
struct
{
bool
connected
;
bool
is_server
;
bool
is_writing
;
uint8_t
serial
;
uint8_t
scn
;
uint8_t
max_session
;
uint16_t
mtu
;
uint16_t
credit_rx
;
uint16_t
write_data_len
;
uint32_t
id
;
uint32_t
sdp_handle
;
uint32_t
rfc_handle
;
uint32_t
rfc_port_handle
;
int
fd
;
uint8_t
*
write_data
;
osi_alarm_t
*
close_alarm
;
void
*
alarm_arg
;
esp_spp_role_t
role
;
esp_spp_sec_t
security
;
esp_bd_addr_t
addr
;
slot_data_t
rx
;
union
{
slot_data_t
tx
;
RingbufHandle_t
ringbuf_write
;
}
;
uint8_t
service_uuid
[
16
]
;
char
service_name
[
ESP_SPP_SERVER_NAME_MAX
+
1
]
;
}
spp_slot_t
;
Fields
Field
Declared as
spp_slot_t::connected
bool
spp_slot_t::is_server
bool
spp_slot_t::is_writing
bool
spp_slot_t::serial
uint8_t
spp_slot_t::scn
uint8_t
spp_slot_t::max_session
uint8_t
spp_slot_t::mtu
uint16_t
spp_slot_t::credit_rx
uint16_t
spp_slot_t::write_data_len
uint16_t
spp_slot_t::id
uint32_t
spp_slot_t::sdp_handle
uint32_t
spp_slot_t::rfc_handle
uint32_t
spp_slot_t::rfc_port_handle
uint32_t
spp_slot_t::fd
int
spp_slot_t::write_data
uint8_t
*
spp_slot_t::close_alarm
osi_alarm_t
*
spp_slot_t::alarm_arg
void
*
spp_slot_t::role
esp_spp_role_t
spp_slot_t::security
esp_spp_sec_t
spp_slot_t::addr
esp_bd_addr_t
spp_slot_t::rx
slot_data_t
spp_slot_t::service_uuid
uint8_t
[
16
]
spp_slot_t::service_name
char
[
ESP_SPP_SERVER_NAME_MAX
+
1
]
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