ble_ancs sample
esp_error_code
is only used within ble_ancs sample.
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
ESP-IDF Framework and Examples
ble_ancs sample
esp_error_code
esp_error_code enum
Syntax
Show:
Summary
Declaration
from
ble_ancs.h:93
enum
{
Unknown_command
=
(
0xA0
)
,
Invalid_command
=
(
0xA1
)
,
Invalid_parameter
=
(
0xA2
)
,
Action_failed
=
(
0xA3
)
,
}
;
Values
Value
Declared as
esp_error_code::Unknown_command
=
(
0xA0
)
esp_error_code::Invalid_command
=
(
0xA1
)
esp_error_code::Invalid_parameter
=
(
0xA2
)
esp_error_code::Action_failed
=
(
0xA3
)
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
{
ble_ancs.h:93
}
esp_error_code
;
ble_ancs.h:98
esp_error_code
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