Bluetooth LE Stack
ublox_spp_service_t
is only used within Bluetooth LE Stack.
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
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
ublox_spp_service_t
ublox_spp_service_t struct
Syntax
Show:
Summary
Declaration
from
ublox_spp_service_server.c:62
typedef
struct
{
hci_con_handle_t
con_handle
;
uint16_t
fifo_value_handle
;
uint8_t
data
[
20
]
;
uint16_t
fifo_client_configuration_descriptor_handle
;
uint16_t
fifo_client_configuration_descriptor_value
;
btstack_context_callback_registration_t
fifo_callback
;
uint16_t
credits_value_handle
;
uint16_t
incoming_credits
;
uint16_t
outgoing_credits
;
uint8_t
delta_credits
;
uint16_t
credits_client_configuration_descriptor_handle
;
uint16_t
credits_client_configuration_descriptor_value
;
btstack_context_callback_registration_t
credits_callback
;
btstack_packet_handler_t
client_packet_handler
;
btstack_context_callback_registration_t
*
request
;
}
ublox_spp_service_t
;
Fields
Field
Declared as
ublox_spp_service_t::con_handle
hci_con_handle_t
ublox_spp_service_t::fifo_value_handle
uint16_t
ublox_spp_service_t::data
uint8_t
[
20
]
ublox_spp_service_t::fifo_client_configuration_descriptor_handle
uint16_t
ublox_spp_service_t::fifo_client_configuration_descriptor_value
uint16_t
ublox_spp_service_t::fifo_callback
btstack_context_callback_registration_t
ublox_spp_service_t::credits_value_handle
uint16_t
ublox_spp_service_t::incoming_credits
uint16_t
ublox_spp_service_t::outgoing_credits
uint16_t
ublox_spp_service_t::delta_credits
uint8_t
ublox_spp_service_t::credits_client_configuration_descriptor_handle
uint16_t
ublox_spp_service_t::credits_client_configuration_descriptor_value
uint16_t
ublox_spp_service_t::credits_callback
btstack_context_callback_registration_t
ublox_spp_service_t::client_packet_handler
btstack_packet_handler_t
ublox_spp_service_t::request
btstack_context_callback_registration_t
*
Related Functions
Found 3 other functions taking a
ublox_spp_service_t
argument:
Function
ublox_spp_service_flow_control_enabled()
ublox_spp_service_init_credits()
ublox_spp_service_emit_state()
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