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

/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ad.c49 UINT8 scb_idx; local
57 scb_idx = avdt_scb_to_hdl(p_scb) - 1;
59 AVDT_TRACE_DEBUG("type: %d, tcid: %d", type, ((scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type));
61 return ((scb_idx * (AVDT_CHAN_NUM_TYPES - 1)) + type);

Completed in 80 milliseconds