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

  /system/bt/btif/src/
btif_sock_sdp.c 189 // 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,
btif_sdp_server.c 688 status &= SDP_AddSequence(sdp_handle, (UINT16) ATTR_ID_SUPPORTED_FORMATS_LIST,
  /system/bt/stack/include/
sdp_api.h 485 ** Function SDP_AddSequence
497 extern BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
  /system/bt/stack/sdp/
sdp_db.c 515 ** Function SDP_AddSequence
527 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem,
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);
    [all...]

Completed in 52 milliseconds