Loading system/bta/dm/bta_dm_act.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1793,7 +1793,7 @@ static void bta_dm_sdp_callback(tSDP_STATUS sdp_status) { (tBTA_DM_SDP_RESULT*)osi_malloc(sizeof(tBTA_DM_SDP_RESULT)); p_msg->hdr.event = BTA_DM_SDP_RESULT_EVT; p_msg->sdp_result = static_cast<uint16_t>(sdp_status); p_msg->sdp_result = sdp_status; bta_sys_sendmsg(p_msg); } Loading system/bta/dm/bta_dm_int.h +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ typedef struct { /* data type for BTA_DM_SDP_RESULT_EVT */ typedef struct { BT_HDR_RIGID hdr; uint16_t sdp_result; tSDP_RESULT sdp_result; } tBTA_DM_SDP_RESULT; typedef struct { Loading Loading
system/bta/dm/bta_dm_act.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1793,7 +1793,7 @@ static void bta_dm_sdp_callback(tSDP_STATUS sdp_status) { (tBTA_DM_SDP_RESULT*)osi_malloc(sizeof(tBTA_DM_SDP_RESULT)); p_msg->hdr.event = BTA_DM_SDP_RESULT_EVT; p_msg->sdp_result = static_cast<uint16_t>(sdp_status); p_msg->sdp_result = sdp_status; bta_sys_sendmsg(p_msg); } Loading
system/bta/dm/bta_dm_int.h +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ typedef struct { /* data type for BTA_DM_SDP_RESULT_EVT */ typedef struct { BT_HDR_RIGID hdr; uint16_t sdp_result; tSDP_RESULT sdp_result; } tBTA_DM_SDP_RESULT; typedef struct { Loading