Loading system/service/example/heart_rate/heart_rate_server.h +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #pragma once #include <mutex> #include <unordered_map> #include <base/macros.h> Loading system/stack/avrc/avrc_bld_ct.cc +1 −1 Original line number Diff line number Diff line Loading @@ -475,7 +475,7 @@ static tAVRC_STS avrc_bld_set_addressed_player_cmd( AVRC_TRACE_API("%s", __func__); /* get the existing length, if any, and also the num attributes */ uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; uint8_t* p_data = p_data = p_start + 2; /* pdu + rsvd */ uint8_t* p_data = p_start + 2; /* pdu + rsvd */ /* To change addressed player the following is the total length: * Player ID (2) Loading Loading
system/service/example/heart_rate/heart_rate_server.h +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #pragma once #include <mutex> #include <unordered_map> #include <base/macros.h> Loading
system/stack/avrc/avrc_bld_ct.cc +1 −1 Original line number Diff line number Diff line Loading @@ -475,7 +475,7 @@ static tAVRC_STS avrc_bld_set_addressed_player_cmd( AVRC_TRACE_API("%s", __func__); /* get the existing length, if any, and also the num attributes */ uint8_t* p_start = (uint8_t*)(p_pkt + 1) + p_pkt->offset; uint8_t* p_data = p_data = p_start + 2; /* pdu + rsvd */ uint8_t* p_data = p_start + 2; /* pdu + rsvd */ /* To change addressed player the following is the total length: * Player ID (2) Loading