Home | History | Annotate | Download | only in dm

Lines Matching refs:xx

3941     UINT8 xx;
3945 for (xx = 0; xx < BTA_EIR_SERVER_NUM_CUSTOM_UUID; xx++)
3947 if (bta_dm_cb.custom_uuid[xx].len == 0)
3950 empty_slot = xx;
3954 if (!memcmp (bta_dm_cb.custom_uuid[xx].uu.uuid128, p_msg->uuid.uu.uuid128, p_msg->uuid.len))
3956 match_slot = xx;;