Searched refs:scb_idx (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/avdt/
H A Davdt_ad.c50 UINT8 scb_idx; local
58 scb_idx = avdt_scb_to_hdl(p_scb) - 1;
60 AVDT_TRACE_DEBUG("type: %d, tcid: %d", type, ((scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type));
62 return ((scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type);

Completed in 20 milliseconds