Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_sdp.cc107 int num_proto_elements = with_obex ? 3 : 2; in create_base_record() local
109 memset(proto_list, 0, num_proto_elements * sizeof(tSDP_PROTOCOL_ELEM)); in create_base_record()
126 if (!SDP_AddProtocolList(sdp_handle, num_proto_elements, proto_list)) in create_base_record()