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

Commit ab62a66b authored by Ian Coolidge's avatar Ian Coolidge
Browse files

service: Add null initialization for new scan cb.

scan_parameter_setup_completed_cb was added to
btgatt_client_callbacks_t.

Change-Id: If0aa113df7cf3db742fa64244bbb7a849c877525
parent ec69ae20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -458,6 +458,7 @@ const btgatt_client_callbacks_t gatt_client_callbacks = {
    nullptr, /* batchscan_reports_cb; */
    nullptr, /* batchscan_threshold_cb; */
    nullptr, /* track_adv_event_cb; */
    nullptr, /* scan_parameter_setup_completed_cb; */
};

const btgatt_callbacks_t gatt_callbacks = {