mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Blufi: Fix compilation issue for blufi over NimBLE
This commit is contained in:
parent
3a10cc9e4a
commit
6445a2cc54
@ -432,7 +432,7 @@ void esp_blufi_send_notify(void *arg)
|
||||
return;
|
||||
}
|
||||
int rc = 0;
|
||||
rc = ble_gatts_notify_custom(blufi_env.conn_id, gatt_values[1].val_handle, om);
|
||||
rc = ble_gattc_notify_custom(conn_handle, gatt_values[1].val_handle, om);
|
||||
if (rc != 0) {
|
||||
ESP_LOGE(TAG, "Error in sending notification");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user