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

  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 85 if (SDP_AddProtocolList(btm_sdp_handle, BTM_NUM_PROTO_ELEMS,
167 if (SDP_AddProtocolList(sdp_handle, 3, protoList))
268 if (SDP_AddProtocolList(sdp_handle, BTA_OPS_PROTOCOL_COUNT, protoList))
328 if (SDP_AddProtocolList(sdp_handle, SPP_NUM_PROTO_ELEMS, proto_elem_list))
  /external/bluetooth/bluedroid/stack/avrc/
avrc_sdp.c 216 result &= SDP_AddProtocolList(sdp_handle, AVRC_NUM_PROTO_ELEMS, (tSDP_PROTOCOL_ELEM *)avrc_proto_list);
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_api.c 197 result &= SDP_AddProtocolList(sdp_handle, A2D_NUM_PROTO_ELEMS, proto_list);
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 525 ** Function SDP_AddProtocolList
535 SDP_API extern BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 225 result &= SDP_AddProtocolList(p_cb->sdp_handle, BTA_HL_NUM_PROTO_ELEMS, proto_elem_list);
436 result &= SDP_AddProtocolList(p_cb->sdp_handle, BTA_HL_NUM_PROTO_ELEMS, proto_elem_list);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 152 result &= SDP_AddProtocolList(sdp_handle, BTA_AG_NUM_PROTO_ELEMS, proto_elem_list);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 659 ** Function SDP_AddProtocolList
669 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
679 SDP_TRACE_ERROR0("SDP_AddProtocolList cannot get a buffer!");
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c     [all...]

Completed in 307 milliseconds