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

Commit 7e045318 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "stack::sdp::tSDP_STATE Use proper type" into main

parents eac44581 97f9ad87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ typedef uint8_t tSDP_DISC_WAIT;

/* Define the SDP Connection Control Block */
struct tCONN_CB {
  uint8_t con_state;
  tSDP_STATE con_state;
  uint8_t con_flags;

  RawAddress device_address;
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ TEST_F(StackSdpInitTest, sdp_service_search_request) {
  ASSERT_EQ(p_ccb->con_state, SDP_STATE_IDLE);
}

tCONN_CB* find_ccb(uint16_t cid, uint8_t state) {
tCONN_CB* find_ccb(uint16_t cid, tSDP_STATE state) {
  uint16_t xx;
  tCONN_CB* p_ccb;