Bluetooth LE Stack
att_service_handler
is only used within Bluetooth LE Stack.
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
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
att_service_handler
att_service_handler struct
Syntax
Show:
Summary
Declaration
from
att_db.h:167
typedef
struct
att_service_handler
{
btstack_linked_item_t
*
item
;
att_read_callback_t
read_callback
;
att_write_callback_t
write_callback
;
btstack_packet_handler_t
packet_handler
;
uint16_t
start_handle
;
uint16_t
end_handle
;
uint8_t
flags
;
}
att_service_handler_t
;
Fields
Field
Declared as
att_service_handler::item
btstack_linked_item_t
*
att_service_handler::read_callback
att_read_callback_t
att_service_handler::write_callback
att_write_callback_t
att_service_handler::packet_handler
btstack_packet_handler_t
att_service_handler::start_handle
uint16_t
att_service_handler::end_handle
uint16_t
att_service_handler::flags
uint8_t
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