HomeSort by relevance Sort by last modified time
    Searched refs:sdp_tg_handle (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/ar/
bta_ar_int.h 45 UINT32 sdp_tg_handle; member in struct:__anon68547
bta_ar.c 256 if (bta_ar_cb.sdp_tg_handle == 0)
259 bta_ar_cb.sdp_tg_handle = SDP_CreateRecord();
260 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, bta_ar_cb.sdp_tg_handle);
264 * If sdp_tg_handle is non-0, ignore this request */
308 if (bta_ar_cb.sdp_tg_handle && mask == bta_ar_cb.tg_registered)
311 SDP_DeleteRecord(bta_ar_cb.sdp_tg_handle);
312 bta_ar_cb.sdp_tg_handle = 0;

Completed in 53 milliseconds