Skip to content

Commit

Permalink
Merge pull request #106 from geovie/feature/return-edone-in-char-disc…
Browse files Browse the repository at this point in the history
…overy

Return BLE_HS_EDONE in characteristic discovery
  • Loading branch information
taks authored Mar 1, 2024
2 parents bb9952a + 1c94e6b commit e25fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/ble_remote_characteristic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl BLERemoteCharacteristic {
}

characteristic.state.signal.signal(error.status as _);
error.status as _
esp_idf_sys::BLE_HS_EDONE as _
}

extern "C" fn descriptor_disc_cb(
Expand Down

0 comments on commit e25fbd3

Please sign in to comment.