Home
last modified time | relevance | path

Searched defs:complete (Results 1 – 7 of 7) sorted by relevance

/btstack/src/classic/
H A Dsdp_server.c345 …int complete = sdp_filter_attributes_in_attributeIDList(item->service_record, attributeIDList, con… in sdp_handle_service_attribute_request() local
482 …int complete = sdp_filter_attributes_in_attributeIDList(item->service_record, attributeIDList, con… in sdp_handle_service_search_attribute_request() local
H A Dsdp_util.c492 bool complete; member
/btstack/platform/daemon/binding/java/example/com/bluekitchen/
H A DSPPStreamerClient.java149 SDPEventQueryComplete complete = (SDPEventQueryComplete) packet; in handlePacket() local
/btstack/test/le_audio/
H A Dle_audio_unicast_gateway.c284 bool complete = true; in packet_handler() local
H A Dle_audio_unicast_headset.c311 bool complete = true; in packet_handler() local
/btstack/test/mesh/
H A Ddump_mesh_pklg.py339 def complete(self): member in upper_transport_pdu
/btstack/3rd-party/lc3-google/src/
H A Dlc3.c657 static void complete(struct lc3_decoder *decoder) in complete() function