Home | History | Annotate | Download | only in jv

Lines Matching refs:aa

1391     tBTA_JV_API_ADD_ATTRIBUTE *aa = &(p_data->add_attr);
1400 evt_data.handle = aa->handle;
1401 handle = bta_jv_get_sdp_handle(aa->handle);
1406 ptr = aa->p_value;
1410 (next_ptr - ptr), len, aa->value_size);
1411 if(ATTR_ID_SERVICE_RECORD_HDL != aa->attr_id && /* do not allow the SDP record handle to be updated */
1412 ((INT32)(next_ptr - ptr + len) == aa->value_size) && /* double check data size */
1413 SDP_AddAttribute(handle, aa->attr_id, (UINT8)((type >> 3) & 0x1f),