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 43 uint32_t sdp_tg_handle; member in struct:__anon1232
bta_ar.cc 230 if (bta_ar_cb.sdp_tg_handle == 0) {
232 bta_ar_cb.sdp_tg_handle = SDP_CreateRecord();
234 bta_ar_cb.sdp_tg_handle, browse_supported,
239 * If sdp_tg_handle is non-0, ignore this request */
279 if (bta_ar_cb.sdp_tg_handle && mask == bta_ar_cb.tg_registered) {
281 SDP_DeleteRecord(bta_ar_cb.sdp_tg_handle);
282 bta_ar_cb.sdp_tg_handle = 0;

Completed in 254 milliseconds