ESP-IDF
ble_gatt_cpfd::name_space
is only used within ESP-IDF.
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_cpfd::name_space
ble_gatt_cpfd::name_space field
The name space of the description.
Syntax
Show:
Summary
Declaration
from
ble_gatt.h:1093
uint8_t
name_space
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
name_space
;
ble_gatt.h:1093
if
(
(
cpfd
->
name_space
==
BLE_GATT_CHR_NAMESPACE_BT_SIG
)
&&
(
cpfd
->
description
>
0x0110
)
)
{
ble_gatts.c:777
ble_gatts_cpfd_is_sane()
rc
+=
os_mbuf_append
(
*
om
,
&
(
cpfd
->
name_space
)
,
sizeof
(
cpfd
->
name_space
)
)
;
ble_gatts.c:1073
ble_gatts_cpfd_access()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatt_cpfd::name_space
is read by 2 functions:
All items filtered out
ble_gatt_cpfd::name_space
ble_gatts_cpfd_is_sane()
ble_gatts_cpfd_access()
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