mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-12 12:10:03 +00:00
This closes #132.
Merge remote-tracking branch 'michal-narajowski/gattc-read-uuid-fix' into develop * michal-narajowski/gattc-read-uuid-fix: gattc: Fix unnecessary status overwrite in read by type err X-Original-Commit: 06251feec1f1dee430b8c806d541f5880c425421
This commit is contained in:
@@ -3108,10 +3108,6 @@ ble_gattc_read_uuid_err(struct ble_gattc_proc *proc, int status,
|
||||
{
|
||||
ble_gattc_dbg_assert_proc_not_inserted(proc);
|
||||
|
||||
if (status == BLE_HS_ATT_ERR(BLE_ATT_ERR_ATTR_NOT_FOUND)) {
|
||||
/* Read is complete. */
|
||||
status = 0;
|
||||
}
|
||||
ble_gattc_read_uuid_cb(proc, status, att_handle, NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user