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

  /system/bt/btif/src/
btif_sock_sdp.cc 103 tSDP_PROTOCOL_ELEM proto_list[SDP_MAX_LIST_ELEMS]; local
106 memset(proto_list, 0, num_proto_elements * sizeof(tSDP_PROTOCOL_ELEM));
108 proto_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP;
109 proto_list[0].num_params = 0;
110 proto_list[1].protocol_uuid = UUID_PROTOCOL_RFCOMM;
111 proto_list[1].num_params = 1;
112 proto_list[1].params[0] = channel;
115 proto_list[2].protocol_uuid = UUID_PROTOCOL_OBEX;
116 proto_list[2].num_params = 0;
123 if (!SDP_AddProtocolList(sdp_handle, num_proto_elements, proto_list))
    [all...]
  /system/bt/stack/a2dp/
a2dp_api.cc 171 tSDP_PROTOCOL_ELEM proto_list[A2DP_NUM_PROTO_ELEMS]; local
182 memset((void*)proto_list, 0,
186 proto_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP;
187 proto_list[0].num_params = 1;
188 proto_list[0].params[0] = AVDT_PSM;
189 proto_list[1].protocol_uuid = UUID_PROTOCOL_AVDTP;
190 proto_list[1].num_params = 1;
191 proto_list[1].params[0] = a2dp_cb.avdt_sdp_ver;
193 result &= SDP_AddProtocolList(sdp_handle, A2DP_NUM_PROTO_ELEMS, proto_list);
  /system/bt/stack/hid/
hidd_api.cc 198 tSDP_PROTOCOL_ELEM proto_list[2]; local
200 proto_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP;
201 proto_list[0].num_params = 1;
202 proto_list[0].params[0] = BT_PSM_HIDC;
204 proto_list[1].protocol_uuid = UUID_PROTOCOL_HIDP;
205 proto_list[1].num_params = 0;
207 result &= SDP_AddProtocolList(handle, 2, proto_list);
  /external/boringssl/src/ssl/
t1_lib.c 1393 CBB contents, proto_list; local
1533 CBB contents, proto_list, proto; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk-layer-generate.py     [all...]

Completed in 412 milliseconds