ble_gatts_find_dsc() function
Retrieves the attribute handle associated with a local GATT descriptor.
Arguments
svc_uuid
The UUID of the grandparent service.
chr_uuid
The UUID of the parent characteristic.
dsc_uuid
The UUID of the descriptor ro look up.
out_dsc_handle
On success, populated with the handle of the descriptor attribute. Pass null if you don't need this value.
Return value
0 on success; BLE_HS_ENOENT if the specified service, characteristic, or descriptor could not be found.
ble_gatts_find_dsc() calls 3 functions:
![]()
ble_gatts_find_dsc()
ble_gatts_find_dsc() reads 4 variables:
![]()
ble_gatts_find_dsc()