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

  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 99 // if (SDP_AddServiceClassIdList(btm_sdp_handle, 1, &service_uuid))
155 if (SDP_AddServiceClassIdList(sdp_handle, 1, &pbs_service))
257 if (SDP_AddServiceClassIdList(sdp_handle, 1, &servclass))
330 if (SDP_AddServiceClassIdList(sdp_handle, 1, &serviceclassid))
  /external/bluetooth/bluedroid/stack/avrc/
avrc_sdp.c 213 result &= SDP_AddServiceClassIdList(sdp_handle, count, class_list);
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 185 result &= SDP_AddServiceClassIdList(sdp_handle, 1, &service_uuid);
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 591 ** Function SDP_AddServiceClassIdList
601 SDP_API extern BOOLEAN SDP_AddServiceClassIdList (UINT32 handle,
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 79 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid);
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 214 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
425 result &= SDP_AddServiceClassIdList(p_cb->sdp_handle, num_services, svc_class_id_list);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 157 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, svc_class_id_list);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 844 ** Function SDP_AddServiceClassIdList
854 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services,
865 SDP_TRACE_ERROR0("SDP_AddServiceClassIdList cannot get a buffer!");
    [all...]
sdp_api.c     [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c     [all...]

Completed in 92 milliseconds