Bluetooth LE Stack
l2cap_information_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
l2cap_information_state_t
l2cap_information_state_t enum
Syntax
Show:
Summary
Declaration
from
hci.h:523
enum
{
L2CAP_INFORMATION_STATE_IDLE
=
0
,
L2CAP_INFORMATION_STATE_W2_SEND_EXTENDED_FEATURE_REQUEST
,
L2CAP_INFORMATION_STATE_W4_EXTENDED_FEATURE_RESPONSE
,
L2CAP_INFORMATION_STATE_W2_SEND_FIXED_CHANNELS_REQUEST
,
L2CAP_INFORMATION_STATE_W4_FIXED_CHANNELS_RESPONSE
,
L2CAP_INFORMATION_STATE_DONE
}
;
Values
Value
Declared as
l2cap_information_state_t::L2CAP_INFORMATION_STATE_IDLE
=
0
l2cap_information_state_t::L2CAP_INFORMATION_STATE_W2_SEND_EXTENDED_FEATURE_REQUEST
l2cap_information_state_t::L2CAP_INFORMATION_STATE_W4_EXTENDED_FEATURE_RESPONSE
l2cap_information_state_t::L2CAP_INFORMATION_STATE_W2_SEND_FIXED_CHANNELS_REQUEST
l2cap_information_state_t::L2CAP_INFORMATION_STATE_W4_FIXED_CHANNELS_RESPONSE
l2cap_information_state_t::L2CAP_INFORMATION_STATE_DONE
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