Home | History | Annotate | Download | only in jv

Lines Matching refs:uuid

765     logu("in, uuid:", u);
766 debug("uuid len:%d", u->len);
779 debug("shorten to 16 bits uuid: %x", su.uu.uuid16);
787 debug("shorten to 32 bits uuid: %x", su.uu.uuid32);
792 debug("cannot shorten none-reserved 128 bits uuid");
830 logu("bta_jv_cb.uuid", bta_jv_cb.uuid.uu.uuid128);
831 tBT_UUID su = shorten_sdp_uuid(&bta_jv_cb.uuid);
832 logu("shorten uuid:", su.uu.uuid128);
890 bta_jv_cb.uuid = p_data->start_discovery.uuid_list[0];
992 ** Description Obtain the length of given UUID in the SDP DB.
1008 p_rec = SDP_FindServiceInDb (p_bta_jv_cfg->p_sdp_db, p_data->service_select.uuid, NULL);
1027 APPL_TRACE_DEBUG1( "bta_jv_service_select found uuid: 0x%x",
1028 p_data->service_select.uuid);