Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1079 int num_proto_elements = with_obex ? 3 : 2; in create_base_record() local
1081 memset(proto_list, 0, num_proto_elements * sizeof(tSDP_PROTOCOL_ELEM)); in create_base_record()
1095 if (!SDP_AddProtocolList(sdp_handle, num_proto_elements, proto_list)){ in create_base_record()