• Home
  • Raw
  • Download

Lines Matching refs:sdp_handle

198   result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services,  in bta_hl_sdp_update()
209 result &= SDP_AddProtocolList(p_cb->sdp_handle, BTA_HL_NUM_PROTO_ELEMS, in bta_hl_sdp_update()
213 SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version); in bta_hl_sdp_update()
224 p_cb->sdp_handle, BTA_HL_NUM_ADD_PROTO_LISTS, &add_proto_list); in bta_hl_sdp_update()
230 p_cb->sdp_handle, (uint16_t)ATTR_ID_SERVICE_NAME, in bta_hl_sdp_update()
239 p_cb->sdp_handle, (uint16_t)ATTR_ID_SERVICE_DESCRIPTION, in bta_hl_sdp_update()
249 SDP_AddAttribute(p_cb->sdp_handle, (uint16_t)ATTR_ID_PROVIDER_NAME, in bta_hl_sdp_update()
291 result &= bta_hl_add_sup_feature_list(p_cb->sdp_handle, in bta_hl_sdp_update()
296 result &= SDP_AddAttribute(p_cb->sdp_handle, ATTR_ID_HDP_DATA_EXCH_SPEC, in bta_hl_sdp_update()
303 SDP_AddAttribute(p_cb->sdp_handle, ATTR_ID_HDP_MCAP_SUP_PROC, in bta_hl_sdp_update()
308 result &= SDP_AddUuidSequence(p_cb->sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, in bta_hl_sdp_update()
319 if (p_cb->sdp_handle) { in bta_hl_sdp_update()
320 SDP_DeleteRecord(p_cb->sdp_handle); in bta_hl_sdp_update()
321 p_cb->sdp_handle = 0; in bta_hl_sdp_update()
371 p_cb->sdp_handle = SDP_CreateRecord(); in bta_hl_sdp_register()
372 if (p_cb->sdp_handle == 0) { in bta_hl_sdp_register()
387 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, in bta_hl_sdp_register()
398 result &= SDP_AddProtocolList(p_cb->sdp_handle, BTA_HL_NUM_PROTO_ELEMS, in bta_hl_sdp_register()
402 SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version); in bta_hl_sdp_register()
413 p_cb->sdp_handle, BTA_HL_NUM_ADD_PROTO_LISTS, &add_proto_list); in bta_hl_sdp_register()
419 p_cb->sdp_handle, (uint16_t)ATTR_ID_SERVICE_NAME, in bta_hl_sdp_register()
428 p_cb->sdp_handle, (uint16_t)ATTR_ID_SERVICE_DESCRIPTION, in bta_hl_sdp_register()
438 SDP_AddAttribute(p_cb->sdp_handle, (uint16_t)ATTR_ID_PROVIDER_NAME, in bta_hl_sdp_register()
474 result &= bta_hl_add_sup_feature_list(p_cb->sdp_handle, in bta_hl_sdp_register()
479 result &= SDP_AddAttribute(p_cb->sdp_handle, ATTR_ID_HDP_DATA_EXCH_SPEC, in bta_hl_sdp_register()
486 SDP_AddAttribute(p_cb->sdp_handle, ATTR_ID_HDP_MCAP_SUP_PROC, in bta_hl_sdp_register()
491 result &= SDP_AddUuidSequence(p_cb->sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, in bta_hl_sdp_register()
502 if (p_cb->sdp_handle) { in bta_hl_sdp_register()
503 SDP_DeleteRecord(p_cb->sdp_handle); in bta_hl_sdp_register()
504 p_cb->sdp_handle = 0; in bta_hl_sdp_register()