ble_gattc_disc_all_chrs() function
Initiates GATT procedure: Discover All Characteristics of a Service.
Arguments
conn_handle
The connection over which to execute the procedure.
start_handle
The handle to begin the search at (generally the service definition handle).
end_handle
The handle to end the search at (generally the last handle in the service).
cb
The function to call to report procedure status updates; null for no callback.
cb_arg
The optional argument to pass to the callback function.
Return value
0 on success; nonzero on failure.
Examples
ble_gattc_disc_all_chrs() is referenced by 1 libraries and example projects: