ESP-IDF
+
0
/10 examples
SourceVu will show references to
ble_uuid_u16()
from the following samples and libraries:
blecent sample
blecsc sample
blehr sample
cts_cent sample
enc_adv_data_cent sample
htp_cent sample
htp_prph sample
coc_blecent sample
proximity_sensor_cent sample
spp_client 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_u16()
ble_uuid_u16() function
Converts the specified 16-bit UUID to a uint16_t.
Syntax
Show:
Summary
Declaration
Definition
from
ble_uuid.h:273
uint16_t
ble_uuid_u16
(
const
ble_uuid_t
*
uuid
)
;
Implemented in
ble_uuid.c:289
Arguments
Argument
Description
uuid
The source UUID to convert.
Return value
The converted integer on success, NULL if the specified UUID is not 16 bits.
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_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_u16()
is referenced by 10 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