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

Commit c3ab0828 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

stack::sdp::tCONN_CB Use proper type tSDP_REASON::disconnect_reason am: 1de3b23b

parents 139a3ecd 1de3b23b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ struct tCONN_CB {
  uint16_t num_handles;                       /* Number of server handles     */
  uint16_t cur_handle;                        /* Current handle being processed */
  uint16_t transaction_id;
  uint16_t disconnect_reason; /* Disconnect reason            */
  tSDP_REASON disconnect_reason; /* Disconnect reason            */

  uint8_t disc_state;
  bool is_attr_search;