Function esp_idf_sys::esp_ble_gattc_register_for_notify
source ยท pub unsafe extern "C" fn esp_ble_gattc_register_for_notify(
gattc_if: esp_gatt_if_t,
server_bda: *mut u8,
handle: u16,
) -> esp_err_t
Expand description
@brief This function is called to register for notification of a service.
@param[in] gattc_if: Gatt client access interface. @param[in] server_bda : target GATT server. @param[in] handle : GATT characteristic handle.
@return - ESP_OK: registration succeeds - other: failed