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

  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 97 if( SDP_AddSequence(btm_sdp_handle, (UINT16) ATTR_ID_SERVICE_CLASS_ID_LIST,
297 SDP_AddSequence(sdp_handle, (UINT16) ATTR_ID_SUPPORTED_FORMATS_LIST,
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 490 ** Function SDP_AddSequence
502 SDP_API extern BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 524 ** Function SDP_AddSequence
536 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem,
548 SDP_TRACE_ERROR0("SDP_AddSequence cannot get a buffer!");
589 SDP_TRACE_ERROR0 ("SDP_AddSequence - too long(attribute is not added)!!");
594 SDP_TRACE_ERROR2 ("SDP_AddSequence - too long, add %d elements of %d", xx, num_elem);
    [all...]

Completed in 54 milliseconds