ESP-IDF
+
0
/2 examples
SourceVu will show references to
ble_hs_mbuf_att_pkt()
from the following samples and libraries:
blecsc sample
ble_multi_conn_cent 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_hs_mbuf_att_pkt()
ble_hs_mbuf_att_pkt() function
Allocates an mbuf suitable for an ATT command packet. The resulting packet has sufficient leading space for: - ACL data header - L2CAP B-frame header - Largest ATT command base (prepare write request / response).
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_mbuf.h:46
struct
os_mbuf
*
ble_hs_mbuf_att_pkt
(
void
)
;
Implemented in
ble_hs_mbuf.c:100
Return value
An empty mbuf on success, NULL on error.
Examples
ble_hs_mbuf_att_pkt()
is referenced by 2 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