ESP-IDF
+
0
/13 examples
SourceVu will show references to
BLE_UUID16_INIT
from the following samples and libraries:
bleprph sample
bleprph_host_only sample
bleprph_wifi_coex sample
ble_dynamic_service sample
power_save sample
NimBLE_GATT_Server sample
NimBLE_Security sample
cts_prph sample
enc_adv_data_prph sample
htp_prph sample
coc_bleprph sample
proximity_sensor_prph sample
spp_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_UUID16_INIT
BLE_UUID16_INIT macro
Macro for initializing a 16-bit UUID. This macro initializes a 16-bit UUID with the provided value.
Syntax
Show:
Summary
Declaration
from
ble_uuid.h:108
#define
BLE_UUID16_INIT
(
uuid16
)
\
{
\
.
u
=
{
\
.
type
=
BLE_UUID_TYPE_16
,
\
}
,
\
.
value
=
(
uuid16
)
,
\
}
Arguments
Argument
Description
uuid16
The value of the 16-bit UUID.
Return value
The initialized 16-bit UUID structure.
Examples
BLE_UUID16_INIT
is referenced by 13 libraries and example projects:
bleprph sample
bleprph_host_only sample
bleprph_wifi_coex sample
ble_dynamic_service sample
power_save sample
NimBLE_GATT_Server sample
NimBLE_Security sample
cts_prph sample
enc_adv_data_prph sample
htp_prph sample
coc_bleprph sample
proximity_sensor_prph sample
spp_server sample
References
from
0/13
examples
Code
Location
#define
BLE_UUID16_INIT
(
uuid16
)
\
ble_uuid.h:108
attr_type
=
(
ble_uuid16_t
)
BLE_UUID16_INIT
(
le16toh
(
req
->
bavq_attr_type
)
)
;
ble_att_svr.c:1280
(
ble_uuid16_t
)
BLE_UUID16_INIT
(
BLE_EDDYSTONE_SERVICE_UUID
)
;
ble_eddystone.c:90
ble_uuid16_t
uuid
=
BLE_UUID16_INIT
(
BLE_ATT_UUID_PRIMARY_SERVICE
)
;
ble_gattc.c:1508
ble_uuid16_t
uuid
=
BLE_UUID16_INIT
(
BLE_ATT_UUID_INCLUDE
)
;
ble_gattc.c:1970
ble_uuid16_t
uuid
=
BLE_UUID16_INIT
(
BLE_ATT_UUID_CHARACTERISTIC
)
;
ble_gattc.c:2286
ble_uuid16_t
uuid
=
BLE_UUID16_INIT
(
BLE_ATT_UUID_CHARACTERISTIC
)
;
ble_gattc.c:2530
ble_uuid16_t
uuid
=
BLE_UUID16_INIT
(
BLE_ATT_UUID_CHARACTERISTIC
)
;
ble_gatts.c:1638
ble_uuid16_t
uuid
=
BLE_UUID16_INIT
(
BLE_ATT_UUID_CHARACTERISTIC
)
;
ble_gatts.c:2844
ble_uuid16_t
uuid_chr
=
BLE_UUID16_INIT
(
BLE_ATT_UUID_CHARACTERISTIC
)
;
ble_gatts.c:2951
(
(
ble_uuid_t
*
)
(
&
(
ble_uuid16_t
)
BLE_UUID16_INIT
(
uuid16
)
)
)
ble_uuid.h:149
ble_uuid16_t
BT_UUID_MESH_PROV
=
BLE_UUID16_INIT
(
0x1827
)
;
pb_gatt_srv.c:40
ble_uuid16_t
BT_UUID_MESH_PROXY
=
BLE_UUID16_INIT
(
0x1828
)
;
pb_gatt_srv.c:45
ble_uuid16_t
BT_UUID_GATT_CCC
=
BLE_UUID16_INIT
(
0x2902
)
;
pb_gatt_srv.c:50
ble_uuid16_t
BT_UUID_MESH_PROV_DATA_IN
=
BLE_UUID16_INIT
(
0x2adb
)
;
pb_gatt_srv.c:55
ble_uuid16_t
BT_UUID_MESH_PROV_DATA_OUT
=
BLE_UUID16_INIT
(
0x2adc
)
;
pb_gatt_srv.c:60
ble_uuid16_t
BT_UUID_MESH_PROXY_DATA_IN
=
BLE_UUID16_INIT
(
0x2add
)
;
pb_gatt_srv.c:65
ble_uuid16_t
BT_UUID_MESH_PROXY_DATA_OUT
=
BLE_UUID16_INIT
(
0x2ade
)
;
pb_gatt_srv.c:70
Call Tree
from
0/13
examples
All items filtered out
All items filtered out
Data Use
from
0/13
examples
All items filtered out
All items filtered out
Class Tree
from
0/13
examples
All items filtered out
All items filtered out
Override Tree
from
0/13
examples
All items filtered out
All items filtered out
Implementations
from
0/13
examples
All items filtered out
All items filtered out
Instances
from
0/13
examples
Lifecycle
from
0/13
examples
All items filtered out
All items filtered out