Bluetooth LE Stack
att_server_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
att_server_t
att_server_t struct
Syntax
Show:
Summary
Declaration
from
hci.h:489
typedef
struct
{
att_server_state_t
state
;
uint8_t
peer_addr_type
;
bd_addr_t
peer_address
;
att_bearer_type_t
bearer_type
;
int
ir_le_device_db_index
;
bool
ir_lookup_active
;
bool
pairing_active
;
uint16_t
value_indication_handle
;
btstack_timer_source_t
value_indication_timer
;
btstack_linked_list_t
notification_requests
;
btstack_linked_list_t
indication_requests
;
#if
defined
(
ENABLE_GATT_OVER_CLASSIC
)
||
defined
(
ENABLE_GATT_OVER_EATT
)
uint16_t
l2cap_cid
;
bool
send_requests
[
2
]
;
bool
outgoing_connection_active
;
bool
incoming_connection_request
;
bool
eatt_outgoing_active
;
#endif
uint16_t
request_size
;
uint8_t
request_buffer
[
ATT_REQUEST_BUFFER_SIZE
]
;
}
att_server_t
;
Fields
Field
Declared as
att_server_t::bearer_type
att_bearer_type_t
att_server_t::ir_le_device_db_index
int
att_server_t::ir_lookup_active
bool
att_server_t::pairing_active
bool
att_server_t::value_indication_handle
uint16_t
att_server_t::value_indication_timer
btstack_timer_source_t
att_server_t::notification_requests
btstack_linked_list_t
att_server_t::indication_requests
btstack_linked_list_t
att_server_t::request_size
uint16_t
att_server_t::request_buffer
uint8_t
[
ATT_REQUEST_BUFFER_SIZE
]
att_server_t::state
att_server_state_t
att_server_t::peer_addr_type
uint8_t
att_server_t::peer_address
bd_addr_t
Related Functions
Found 12 other functions taking a
att_server_t
argument:
Function
att_run_for_context()
att_server_request_can_send_now()
att_server_send_prepared()
att_server_prepare_server_message()
att_server_can_send_packet()
att_server_data_ready_for_phase()
att_server_persistent_ccc_clear()
att_server_persistent_ccc_restore()
att_server_handle_att_pdu()
att_emit_connected_event()
att_server_process_validated_request()
att_server_trigger_send_for_phase()
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