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

/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_ts_frames.c171 UINT8 credits; local
178 credits = (UINT8)p_buf->layer_specific;
180 credits = 0;
182 if (credits)
189 *p_data++ = RFCOMM_UIH | ((credits) ? RFCOMM_PF : 0);
202 if (credits)
204 *p_data++ = credits;

Completed in 59 milliseconds