ESP-IDF
+
0
/1 examples
SourceVu will show references to
ble_gatt_attr_fn
from the following samples and libraries:
blecent_throughput sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatt_attr_fn
ble_gatt_attr_fn
The host will free the attribute mbuf automatically after the callback is executed. The application can take ownership of the mbuf and prevent it from being freed by assigning NULL to attr->om.
Syntax
Show:
Summary
Declaration
from
ble_gatt.h:477
typedef
int
ble_gatt_attr_fn
(
uint16_t
conn_handle
,
const
struct
ble_gatt_error
*
error
,
struct
ble_gatt_attr
*
attr
,
void
*
arg
)
;
Examples
ble_gatt_attr_fn
is referenced by 1 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