Loading system/stack/sdp/sdpint.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading system/stack/test/sdp/stack_sdp_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
system/stack/sdp/sdpint.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
system/stack/test/sdp/stack_sdp_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading