Home
last modified time | relevance | path

Searched refs:SDP_AddProtocolList (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_sdp.c85 if (SDP_AddProtocolList(btm_sdp_handle, BTM_NUM_PROTO_ELEMS, in add_sdp_by_uuid()
167 if (SDP_AddProtocolList(sdp_handle, 3, protoList)) in add_pbap_sdp()
268 if (SDP_AddProtocolList(sdp_handle, BTA_OPS_PROTOCOL_COUNT, protoList)) in add_ops_sdp()
328 if (SDP_AddProtocolList(sdp_handle, SPP_NUM_PROTO_ELEMS, proto_elem_list)) in add_spp_sdp()
/external/bluetooth/bluedroid/stack/avrc/
Davrc_sdp.c212 …result &= SDP_AddProtocolList(sdp_handle, AVRC_NUM_PROTO_ELEMS, (tSDP_PROTOCOL_ELEM *)avrc_proto_l… in AVRC_AddRecord()
/external/bluetooth/bluedroid/stack/a2dp/
Da2d_api.c197 result &= SDP_AddProtocolList(sdp_handle, A2D_NUM_PROTO_ELEMS, proto_list); in A2D_AddRecord()
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h535 SDP_API extern BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sdp.c152 result &= SDP_AddProtocolList(sdp_handle, BTA_AG_NUM_PROTO_ELEMS, proto_elem_list); in bta_ag_add_record()
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c233 result &= SDP_AddProtocolList(p_cb->sdp_handle, BTA_HL_NUM_PROTO_ELEMS, proto_elem_list); in bta_hl_sdp_register()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c652 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem, in SDP_AddProtocolList() function
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c1411 SDP_AddProtocolList(sdp_handle, 2, proto_elem_list); in gatt_add_sdp_record()