Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f1e25b4 authored by Chris Manton's avatar Chris Manton
Browse files

Internal Link stack/gatt/connection_manager::alarm_set_closure

Bug: 163134718
Tag: #refactor
Test: act.py -tc BleCocTest
Test: ble paired 2 phones
Test: classic paired Bose SoundLink


Change-Id: I2216939ce3c30f2eefed7b93a3ea9306a7926943
parent 8723ee4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ static void alarm_closure_cb(void* p) {
}

// Periodic alarms are not supported, because we clean up data in callback
void alarm_set_closure(const base::Location& posted_from, alarm_t* alarm,
static void alarm_set_closure(const base::Location& posted_from, alarm_t* alarm,
                              uint64_t interval_ms, base::Closure user_task) {
  closure_data* data = new closure_data;
  data->posted_from = posted_from;