Loading system/stack/avrc/avrc_api.cc +1 −0 Original line number Diff line number Diff line Loading @@ -1014,6 +1014,7 @@ uint16_t AVRC_Open(uint8_t* p_handle, tAVRC_CONN_CB* p_ccb, *****************************************************************************/ uint16_t AVRC_Close(uint8_t handle) { AVRC_TRACE_DEBUG("%s handle:%d", __func__, handle); avrc_flush_cmd_q(handle); return AVCT_RemoveConn(handle); } Loading Loading
system/stack/avrc/avrc_api.cc +1 −0 Original line number Diff line number Diff line Loading @@ -1014,6 +1014,7 @@ uint16_t AVRC_Open(uint8_t* p_handle, tAVRC_CONN_CB* p_ccb, *****************************************************************************/ uint16_t AVRC_Close(uint8_t handle) { AVRC_TRACE_DEBUG("%s handle:%d", __func__, handle); avrc_flush_cmd_q(handle); return AVCT_RemoveConn(handle); } Loading