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 185 // a double pointer to SDP_AddSequence
197 if (!SDP_AddSequence(handle, (uint16_t)ATTR_ID_SERVICE_CLASS_ID_LIST,
305 if (!SDP_AddSequence(handle, (uint16_t)ATTR_ID_SUPPORTED_FORMATS_LIST,
btif_sdp_server.c 686 status &= SDP_AddSequence(sdp_handle, (UINT16) ATTR_ID_SUPPORTED_FORMATS_LIST,
  /system/bt/stack/include/
sdp_api.h 476 ** Function SDP_AddSequence
488 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,
575 SDP_TRACE_ERROR ("SDP_AddSequence - too long(attribute is not added)!!");
580 SDP_TRACE_ERROR ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);
    [all...]

Completed in 133 milliseconds