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

Commit 6fbb8055 authored by Chris Manton's avatar Chris Manton
Browse files

Use proper types std::unordered_set<tGATT_IF> app_hold_link

Bug: 188297862
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I2f374c66e051c25230734022cb074ad2278e1844
parent 559e723f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ typedef struct {

  tGATT_CH_STATE ch_state;

  std::unordered_set<uint8_t> app_hold_link;
  std::unordered_set<tGATT_IF> app_hold_link;

  /* server needs */
  /* server response data */