Skip to content

Commit

Permalink
Return BLE_HS_EDONE in next_char_cb
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Mar 1, 2024
1 parent 77fa1e3 commit 75388d8
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 @@ -188,7 +188,7 @@ impl BLERemoteCharacteristic {
}

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

pub async fn read_value(&mut self) -> Result<Vec<u8>, BLEError> {
Expand Down

0 comments on commit 75388d8

Please sign in to comment.