Searched refs:SDP_AddProtocolList (Results 1 - 10 of 10) sorted by relevance

/system/bt/btif/src/
H A Dbtif_sdp_server.c409 status &= SDP_AddProtocolList(sdp_handle, 3, protoList);
496 status &= SDP_AddProtocolList(sdp_handle, 3, protoList);
576 status &= SDP_AddProtocolList(sdp_handle, 3, protoList);
666 status &= SDP_AddProtocolList(sdp_handle, 3, protoList);
751 status &= SDP_AddProtocolList(sdp_handle, 2, protoList);
H A Dbtif_sock_sdp.c134 if (!SDP_AddProtocolList(sdp_handle, num_proto_elements, proto_list))
/system/bt/stack/avrc/
H A Davrc_sdp.c256 result &= SDP_AddProtocolList(sdp_handle, AVRC_NUM_PROTO_ELEMS, (tSDP_PROTOCOL_ELEM *)avrc_proto_list);
/system/bt/bta/hf_client/
H A Dbta_hf_client_sdp.c110 result &= SDP_AddProtocolList(sdp_handle, BTA_HF_CLIENT_NUM_PROTO_ELEMS, proto_elem_list);
/system/bt/stack/a2dp/
H A Da2d_api.c197 result &= SDP_AddProtocolList(sdp_handle, A2D_NUM_PROTO_ELEMS, proto_list);
/system/bt/stack/include/
H A Dsdp_api.h520 ** Function SDP_AddProtocolList
530 extern BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
/system/bt/bta/hl/
H A Dbta_hl_sdp.c222 result &= SDP_AddProtocolList(p_cb->sdp_handle, BTA_HL_NUM_PROTO_ELEMS, proto_elem_list);
433 result &= SDP_AddProtocolList(p_cb->sdp_handle, BTA_HL_NUM_PROTO_ELEMS, proto_elem_list);
/system/bt/bta/ag/
H A Dbta_ag_sdp.c153 result &= SDP_AddProtocolList(sdp_handle, BTA_AG_NUM_PROTO_ELEMS, proto_elem_list);
/system/bt/stack/sdp/
H A Dsdp_db.c650 ** Function SDP_AddProtocolList
660 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem, function
670 SDP_TRACE_ERROR("SDP_AddProtocolList cannot get a buffer!");
/system/bt/stack/gatt/
H A Dgatt_utils.c1521 SDP_AddProtocolList(sdp_handle, 2, proto_elem_list);

Completed in 228 milliseconds