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

  /system/bt/bta/ar/
bta_ar_int.h 44 uint32_t sdp_ct_handle; member in struct:__anon1232
bta_ar.cc 244 if (bta_ar_cb.sdp_ct_handle == 0) {
245 bta_ar_cb.sdp_ct_handle = SDP_CreateRecord();
247 bta_ar_cb.sdp_ct_handle, browse_supported,
255 SDP_AddAttribute(bta_ar_cb.sdp_ct_handle, ATTR_ID_SUPPORTED_FEATURES,
286 if (bta_ar_cb.sdp_ct_handle) {
291 SDP_DeleteRecord(bta_ar_cb.sdp_ct_handle);
292 bta_ar_cb.sdp_ct_handle = 0;
298 SDP_AddAttribute(bta_ar_cb.sdp_ct_handle, ATTR_ID_SUPPORTED_FEATURES,

Completed in 320 milliseconds