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

  /system/bt/stack/pan/
pan_utils.c 63 UINT32 sdp_handle; local
69 sdp_handle = SDP_CreateRecord ();
71 if (sdp_handle == 0)
78 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid);
81 SDP_AddAttribute (sdp_handle, ATTR_ID_PROTOCOL_DESC_LIST, DATA_ELE_SEQ_DESC_TYPE,
86 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_AVAILABILITY, UINT_DESC_TYPE, 1, &availability);
90 SDP_AddLanguageBaseAttrIDList (sdp_handle, LANG_ID_CODE_ENGLISH, LANG_ID_CHAR_ENCODE_UTF8, LANGUAGE_BASE_ID);
93 SDP_AddProfileDescriptorList (sdp_handle, uuid, PAN_PROFILE_VERSION);
96 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_NAME, TEXT_STR_DESC_TYPE,
100 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_DESCRIPTION, TEXT_STR_DESC_TYPE
    [all...]
  /system/bt/btif/src/
btif_sdp_server.c 58 int sdp_handle; member in struct:__anon72277
223 handle = sdp_slots[id].sdp_handle;
224 sdp_slots[id].sdp_handle = 0;
270 sdp_slots[id].sdp_handle = handle;
379 UINT32 sdp_handle = 0; local
390 if ((sdp_handle = SDP_CreateRecord()) == 0)
393 return sdp_handle;
397 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service);
408 status &= SDP_AddProtocolList(sdp_handle, 3, protoList);
411 status &= SDP_AddAttribute(sdp_handle,
468 UINT32 sdp_handle = 0; local
547 UINT32 sdp_handle = 0; local
634 UINT32 sdp_handle = 0; local
725 UINT32 sdp_handle = 0; local
    [all...]
btif_sock_rfc.c 87 int sdp_handle; member in struct:__anon72280
117 rfc_slots[i].sdp_handle = 0;
382 slot->sdp_handle = add_rfc_sdp_rec(slot->service_name, slot->service_uuid, slot->scn);
383 return (slot->sdp_handle > 0);
412 if (slot->sdp_handle > 0) {
413 del_rfc_sdp_rec(slot->sdp_handle);
414 slot->sdp_handle = 0;
  /system/bt/bta/hf_client/
bta_hf_client_int.h 183 UINT32 sdp_handle; member in struct:__anon71800
214 UINT32 sdp_handle);
  /system/bt/bta/ag/
bta_ag_int.h 236 UINT32 sdp_handle; member in struct:__anon71617
367 tBTA_AG_FEAT features, UINT32 sdp_handle);
  /system/bt/bta/jv/
bta_jv_int.h 373 /* the SDP handle reported to JV user is the (index + 1) to sdp_handle[].
374 * if sdp_handle[i]==0, it's not used.
375 * otherwise sdp_handle[i] is the stack SDP handle. */
376 UINT32 sdp_handle[BTA_JV_MAX_SDP_REC]; /* SDP records created */ member in struct:__anon72114
  /system/bt/stack/gatt/
gatt_utils.c 1530 UINT32 sdp_handle; local
    [all...]
gatt_int.h 234 UINT32 sdp_handle; /* primamry service SDP handle */ member in struct:__anon72502