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

Commit ab43bfe2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use proper data type for boolean" am: 87ab3c06

parents 0c6002b4 87ab3c06
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@ struct tCONN_CB {
#define SDP_DISC_WAIT_CANCEL 5
#define SDP_DISC_WAIT_CANCEL 5


  uint8_t disc_state;
  uint8_t disc_state;
  uint8_t is_attr_search;
  bool is_attr_search;


  uint16_t cont_offset;     /* Continuation state data in the server response */
  uint16_t cont_offset;     /* Continuation state data in the server response */
  tSDP_CONT_INFO cont_info; /* structure to hold continuation information for
  tSDP_CONT_INFO cont_info; /* structure to hold continuation information for