HomeSort by relevance Sort by last modified time
    Searched defs:sdp_handle (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 63 UINT32 sdp_handle; local
70 sdp_handle = SDP_CreateRecord ();
72 if (sdp_handle == 0)
79 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid);
82 SDP_AddAttribute (sdp_handle, ATTR_ID_PROTOCOL_DESC_LIST, DATA_ELE_SEQ_DESC_TYPE,
88 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_AVAILABILITY, UINT_DESC_TYPE, 1, &availability);
93 SDP_AddLanguageBaseAttrIDList (sdp_handle, LANG_ID_CODE_ENGLISH, LANG_ID_CHAR_ENCODE_UTF8, LANGUAGE_BASE_ID);
96 SDP_AddProfileDescriptorList (sdp_handle, uuid, PAN_PROFILE_VERSION);
99 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_NAME, TEXT_STR_DESC_TYPE,
103 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_DESCRIPTION, TEXT_STR_DESC_TYPE
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 144 UINT32 sdp_handle = 0; local
149 if ((sdp_handle = SDP_CreateRecord()) == 0)
152 return sdp_handle;
156 if (SDP_AddServiceClassIdList(sdp_handle, 1, &pbs_service))
168 if (SDP_AddProtocolList(sdp_handle, 3, protoList))
174 SDP_AddAttribute(sdp_handle,
181 SDP_AddProfileDescriptorList(sdp_handle,
191 SDP_AddAttribute(sdp_handle, ATTR_ID_SUPPORTED_REPOSITORIES, UINT_DESC_TYPE,
195 SDP_AddUuidSequence (sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &browse);
200 SDP_DeleteRecord(sdp_handle);
233 UINT32 sdp_handle = 0; local
360 UINT32 sdp_handle; local
424 int sdp_handle; local
533 int sdp_handle = 0; local
    [all...]
btif_sock_rfc.c 93 int sdp_handle; member in struct:__anon5715
131 rfc_slots[i].sdp_handle = 0;
436 if((rs->sdp_handle = add_rfc_sdp_rec(rs->service_name, rs->service_uuid, rs->scn)) <= 0)
497 APPL_TRACE_DEBUG("cleanup slot:%d, fd:%d, scn:%d, sdp_handle:0x%x", rs->id, rs->fd, rs->scn, rs->sdp_handle);
509 if(rs->sdp_handle > 0)
511 del_rfc_sdp_rec(rs->sdp_handle);
512 rs->sdp_handle = 0;
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 993 UINT32 sdp_handle; local
    [all...]
bta_jv_act.c 610 UINT32 bta_jv_alloc_sdp_id(UINT32 sdp_handle)
618 if (bta_jv_cb.sdp_handle[j] == 0)
620 bta_jv_cb.sdp_handle[j] = sdp_handle;
642 bta_jv_cb.sdp_handle[sdp_id - 1] = 0;
657 UINT32 sdp_handle = 0; local
661 sdp_handle = bta_jv_cb.sdp_handle[sdp_id - 1];
663 return sdp_handle;
768 if(bta_jv_cb.sdp_handle[i]
    [all...]
bta_jv_int.h 436 /* the SDP handle reported to JV user is the (index + 1) to sdp_handle[].
437 * if sdp_handle[i]==0, it's not used.
438 * otherwise sdp_handle[i] is the stack SDP handle. */
439 UINT32 sdp_handle[BTA_JV_MAX_SDP_REC]; /* SDP records created */ member in struct:__anon5574
  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc 92 HANDLE sdp_handle; local
94 WSALookupServiceBegin(&sdp_query, LUP_RETURN_ALL, &sdp_handle)) {
103 sdp_handle, LUP_RETURN_ALL, &sdp_buffer_size, sdp_result_data)) {
116 WSALookupServiceEnd(sdp_handle);
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_int.h 184 UINT32 sdp_handle; member in struct:__anon5230
215 UINT32 sdp_handle);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 236 UINT32 sdp_handle; member in struct:__anon5041
366 tBTA_AG_FEAT features, UINT32 sdp_handle);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 1475 UINT32 sdp_handle; local
    [all...]
gatt_int.h 234 UINT32 sdp_handle; /* primamry service SDP handle */ member in struct:__anon5904
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_int.h 525 UINT32 sdp_handle; /* SDP record handle */ member in struct:__anon5278
    [all...]

Completed in 287 milliseconds