Bluetooth LE Stack
att_server_state_t
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
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_state_t
att_server_state_t enum
Syntax
Show:
Summary
Declaration
from
hci.h:481
enum
{
ATT_SERVER_IDLE
,
ATT_SERVER_REQUEST_RECEIVED
,
ATT_SERVER_W4_SIGNED_WRITE_VALIDATION
,
ATT_SERVER_REQUEST_RECEIVED_AND_VALIDATED
,
ATT_SERVER_RESPONSE_PENDING
,
}
;
Values
Value
Declared as
att_server_state_t::ATT_SERVER_IDLE
att_server_state_t::ATT_SERVER_REQUEST_RECEIVED
att_server_state_t::ATT_SERVER_W4_SIGNED_WRITE_VALIDATION
att_server_state_t::ATT_SERVER_REQUEST_RECEIVED_AND_VALIDATED
att_server_state_t::ATT_SERVER_RESPONSE_PENDING
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