Bluetooth LE Stack
battery_service_client_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
battery_service_client_state_t
battery_service_client_state_t enum
Syntax
Show:
Summary
Declaration
from
battery_service_client.h:71
enum
{
BATTERY_SERVICE_CLIENT_STATE_IDLE
,
BATTERY_SERVICE_CLIENT_STATE_W2_QUERY_SERVICE
,
BATTERY_SERVICE_CLIENT_STATE_W4_SERVICE_RESULT
,
BATTERY_SERVICE_CLIENT_STATE_W2_QUERY_CHARACTERISTICS
,
BATTERY_SERVICE_CLIENT_STATE_W4_CHARACTERISTIC_RESULT
,
#ifdef
ENABLE_TESTING_SUPPORT
BATTERY_SERVICE_CLIENT_STATE_W2_QUERY_CHARACTERISTIC_DESCRIPTORS
,
BATTERY_SERVICE_CLIENT_STATE_W4_CHARACTERISTIC_DESCRIPTORS_RESULT
,
#endif
BATTERY_SERVICE_CLIENT_STATE_W2_REGISTER_NOTIFICATION
,
BATTERY_SERVICE_CLIENT_STATE_W4_NOTIFICATION_REGISTERED
,
BATTERY_SERVICE_CLIENT_STATE_CONNECTED
,
#ifdef
ENABLE_TESTING_SUPPORT
BATTERY_SERVICE_CLIENT_W2_READ_CHARACTERISTIC_CONFIGURATION
,
BATTERY_SERVICE_CLIENT_W4_CHARACTERISTIC_CONFIGURATION_RESULT
,
#endif
}
;
Values
Value
Declared as
battery_service_client_state_t::BATTERY_SERVICE_CLIENT_STATE_IDLE
battery_service_client_state_t::BATTERY_SERVICE_CLIENT_STATE_W2_QUERY_SERVICE
battery_service_client_state_t::BATTERY_SERVICE_CLIENT_STATE_W4_SERVICE_RESULT
battery_service_client_state_t::BATTERY_SERVICE_CLIENT_STATE_W2_QUERY_CHARACTERISTICS
battery_service_client_state_t::BATTERY_SERVICE_CLIENT_STATE_W4_CHARACTERISTIC_RESULT
battery_service_client_state_t::BATTERY_SERVICE_CLIENT_STATE_W2_REGISTER_NOTIFICATION
battery_service_client_state_t::BATTERY_SERVICE_CLIENT_STATE_W4_NOTIFICATION_REGISTERED
battery_service_client_state_t::BATTERY_SERVICE_CLIENT_STATE_CONNECTED
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