ESP-IDF
+
0
/3 examples
SourceVu will show references to
print_uuid()
from the following samples and libraries:
esp_hid_device sample
esp_hid_host sample
blecent_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
print_uuid()
print_uuid() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_central.h:22
void
print_uuid
(
const
ble_uuid_t
*
uuid
)
;
Implemented in
misc.c:59
Arguments
Argument
uuid
Related Functions
Found 37 other functions taking a
ble_uuid_t
argument:
Function
Description
ble_uuid_to_str()
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
ble_uuid_u16()
Converts the specified 16-bit UUID to a uint16_t.
ble_uuid_cmp()
Compares two Bluetooth UUIDs.
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
print_uuid()
is referenced by 3 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