ESP-IDF
+
0
/18 examples
SourceVu will show references to
ble_uuid_to_str()
from the following samples and libraries:
blehr sample
bleprph sample
bleprph_host_only sample
bleprph_wifi_coex sample
ble_dynamic_service sample
ble_multi_adv sample
power_save sample
NimBLE_GATT_Server sample
NimBLE_Security sample
cts_prph sample
enc_adv_data_prph sample
htp_prph sample
ble_multi_conn_cent sample
ble_multi_conn_prph sample
phy_prph sample
spp_server sample
blecent_throughput sample
bleprph_throughput sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_uuid_to_str()
ble_uuid_to_str() function
Converts the specified UUID to its string representation. Example string representations: o 16-bit: 0x1234 o 32-bit: 0x12345678 o 128-bit: 12345678-1234-1234-1234-123456789abc
Syntax
Show:
Summary
Declaration
Definition
from
ble_uuid.h:245
char
*
ble_uuid_to_str
(
const
ble_uuid_t
*
uuid
,
char
*
dst
)
;
Implemented in
ble_uuid.c:159
Arguments
Argument
Description
uuid
The source UUID to convert.
dst
The destination buffer.
Return value
A pointer to the supplied destination buffer.
Related Functions
Found 37 other functions taking a
ble_uuid_t
argument:
Function
Description
ble_uuid_u16()
Converts the specified 16-bit UUID to a uint16_t.
ble_uuid_cmp()
Compares two Bluetooth UUIDs.
print_uuid()
peer_chr_find_uuid()
ble_uuid_flat()
ble_att_svr_register()
Register a host attribute with the BLE stack.
peer_dsc_find_uuid()
ble_gatts_find_svc()
Retrieves the attribute handle associated with a local GATT service.
ble_uuid_length()
ble_gatts_find_svc_entry()
ble_att_clt_tx_read_type()
$read by type *
ble_att_svr_find_by_uuid()
Find a host attribute by UUID.
peer_svc_find_uuid()
ble_gatts_find_svc_entry_by_uuid()
ble_gatts_find_chr()
Retrieves the pair of attribute handles associated with a local GATT characteristic.
ble_uuid_to_any()
ble_uuid_to_mbuf()
ble_gattc_log_uuid()
ble_gattc_disc_svc_by_uuid()
Initiates GATT procedure: Discover Primary Service by Service UUID.
ble_att_clt_tx_read_group_type()
$read by group type *
ble_att_svr_is_valid_read_group_type()
ble_att_svr_read_group_type_entry_write()
ble_gatts_find_svc_chr_attr()
peer_disc_svc_by_uuid()
ble_gatts_delete_svc()
Deletes a service with corresponding uuid. All services deleted in this manner will be deleted immidietely.
ble_gattc_disc_chrs_by_uuid()
Initiates GATT procedure: Discover Characteristics by UUID.
ble_gattc_read_by_uuid()
Initiates GATT procedure: Read Using Characteristic UUID.
ble_gatts_find_dsc()
Retrieves the attribute handle associated with a local GATT descriptor.
ble_uuid_copy()
Copy Bluetooth UUID
ble_att_svr_build_read_group_type_rsp()
ble_att_svr_build_read_type_rsp()
ble_att_svr_is_valid_find_group_type()
ble_att_svr_is_valid_group_end()
ble_gattc_log_read_uuid()
ble_gatts_svc_type_to_uuid()
ble_gatts_deregister_svc()
ble_gatts_remove_svc_entry()
Examples
ble_uuid_to_str()
is referenced by 18 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