Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzFunctions.h245 std::shared_ptr<tSDP_PROTO_LIST_ELEM> p_proto_list =
247 if (p_proto_list) {
251 p_proto_list.get()->num_elems,
252 p_proto_list.get()->list_elem);
259 tSDP_PROTO_LIST_ELEM** p_proto_list =
261 if (p_proto_list) {
262 if (p_proto_list[0]) {
266 arr_size, p_proto_list[0]);
268 delete p_proto_list[i];
271 free(p_proto_list);
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_db.cc666 tSDP_PROTO_LIST_ELEM* p_proto_list) { in SDP_AddAdditionProtoLists() argument
678 for (xx = 0; xx < num_elem; xx++, p_proto_list++) { in SDP_AddAdditionProtoLists()
682 offset = sdp_compose_proto_list(p, p_proto_list->num_elems, in SDP_AddAdditionProtoLists()
683 p_proto_list->list_elem); in SDP_AddAdditionProtoLists()
/packages/modules/Bluetooth/system/stack/sdp/internal/
Dsdp_api.h341 tSDP_PROTO_LIST_ELEM* p_proto_list);
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h440 uint32_t handle, uint16_t num_elem, tSDP_PROTO_LIST_ELEM* p_proto_list);