ESP-IDF
+
0
/7 examples
SourceVu will show references to
ble_gatt_error
from the following samples and libraries:
blecent sample
cts_cent sample
enc_adv_data_cent sample
htp_cent sample
phy_cent sample
proximity_sensor_cent sample
blecent_throughput sample
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
ESP-IDF Framework and Examples
ESP-IDF
ble_gatt_error
ble_gatt_error struct
@client. Represents a GATT error.
Syntax
Show:
Summary
Declaration
from
ble_gatt.h:402
struct
ble_gatt_error
{
uint16_t
status
;
uint16_t
att_handle
;
}
;
Fields
Field
Declared as
Description
ble_gatt_error::status
uint16_t
The GATT status code indicating the type of error.
ble_gatt_error::att_handle
uint16_t
The attribute handle associated with the error.
Related Functions
Found 3 other functions taking a
ble_gatt_error
argument:
Function
peer_dsc_disced()
peer_svc_disced()
peer_chr_disced()
Examples
ble_gatt_error
is referenced by 7 libraries and example projects:
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