Function esp_idf_svc::sys::esp_ble_gattc_read_char
source · pub unsafe extern "C" fn esp_ble_gattc_read_char(
gattc_if: u8,
conn_id: u16,
handle: u16,
auth_req: u32,
) -> i32
Expand description
@brief This function is called to read a service’s characteristics of the given characteristic handle
@param[in] gattc_if: Gatt client access interface. @param[in] conn_id : connection ID. @param[in] handle : characteritic handle to read. @param[in] auth_req : authenticate request type
@return - ESP_OK: success - other: failed