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

Commit 1de3b23b authored by Chris Manton's avatar Chris Manton
Browse files

stack::sdp::tCONN_CB Use proper type tSDP_REASON::disconnect_reason

Bug: 352833268
Test: m .
Flag: EXEMPT, Type Narrowing
Change-Id: I85d4428dc59eb08fc3eae081c1f03c0688453613
parent 86e07c8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -197,7 +197,7 @@ struct tCONN_CB {
  uint16_t num_handles;                       /* Number of server handles     */
  uint16_t num_handles;                       /* Number of server handles     */
  uint16_t cur_handle;                        /* Current handle being processed */
  uint16_t cur_handle;                        /* Current handle being processed */
  uint16_t transaction_id;
  uint16_t transaction_id;
  uint16_t disconnect_reason; /* Disconnect reason            */
  tSDP_REASON disconnect_reason; /* Disconnect reason            */


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