Searched refs:SDP_AddSequence (Results 1 - 4 of 4) sorted by relevance

/system/bt/btif/src/
H A Dbtif_sock_sdp.c189 // a double pointer to SDP_AddSequence
201 if (!SDP_AddSequence(handle, (uint16_t)ATTR_ID_SERVICE_CLASS_ID_LIST,
310 if (!SDP_AddSequence(handle, (uint16_t)ATTR_ID_SUPPORTED_FORMATS_LIST,
H A Dbtif_sdp_server.c688 status &= SDP_AddSequence(sdp_handle, (UINT16) ATTR_ID_SUPPORTED_FORMATS_LIST,
/system/bt/stack/include/
H A Dsdp_api.h485 ** Function SDP_AddSequence
497 extern BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
/system/bt/stack/sdp/
H A Dsdp_db.c515 ** Function SDP_AddSequence
527 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem, function
539 SDP_TRACE_ERROR("SDP_AddSequence cannot get a buffer!");
580 SDP_TRACE_ERROR ("SDP_AddSequence - too long(attribute is not added)!!");
585 SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);

Completed in 46 milliseconds