Home
last modified time | relevance | path

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

/btstack/test/sdp_client/
H A Dgeneral_sdp_query.cpp141 attributeLength = sdp_event_query_attribute_byte_get_attribute_length(event); in test_attribute_value_event()
157 assertBuffer(sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_parser_event()
H A Dservice_attribute_search_query.cpp87 attributeLength = sdp_event_query_attribute_byte_get_attribute_length(event); in test_attribute_value_event()
103 assertBuffer(sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_parser_event()
/btstack/example/
H A Dsdp_general_query.c161 assertBuffer(sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_client_query_result()
164 …query_attribute_byte_get_data_offset(packet)+1) == sdp_event_query_attribute_byte_get_attribute_le… in handle_sdp_client_query_result()
H A Dpanu_demo.c214 … if (sdp_event_query_attribute_byte_get_attribute_length(packet) <= attribute_value_buffer_size) { in handle_sdp_client_query_result()
217 …query_attribute_byte_get_data_offset(packet)+1) == sdp_event_query_attribute_byte_get_attribute_le… in handle_sdp_client_query_result()
284 …e %d, required %d\n", attribute_value_buffer_size, sdp_event_query_attribute_byte_get_attribute_le… in handle_sdp_client_query_result()
H A Dsdp_bnep_query.c175 assertBuffer(sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_client_query_result()
178 …query_attribute_byte_get_data_offset(packet)+1) == sdp_event_query_attribute_byte_get_attribute_le… in handle_sdp_client_query_result()
/btstack/src/classic/
H A Dsdp_client_rfcomm.c343 …client_query_rfcomm_handle_service_class_list_data(sdp_event_query_attribute_byte_get_attribute_le… in sdp_client_query_rfcomm_handle_sdp_parser_event()
350 …_query_rfcomm_handle_protocol_descriptor_list_data(sdp_event_query_attribute_byte_get_attribute_le… in sdp_client_query_rfcomm_handle_sdp_parser_event()
356 …sdp_client_query_rfcomm_handle_service_name_data(sdp_event_query_attribute_byte_get_attribute_leng… in sdp_client_query_rfcomm_handle_sdp_parser_event()
H A Dgoep_client.c295 …if (sdp_event_query_attribute_byte_get_attribute_length(packet) > goep_client_sdp_query_attribute_… in goep_client_handle_sdp_query_event()
296 …goep_client_sdp_query_attribute_value_buffer_size, sdp_event_query_attribute_byte_get_attribute_le… in goep_client_handle_sdp_query_event()
304 …query_attribute_byte_get_data_offset(packet)+1) != sdp_event_query_attribute_byte_get_attribute_le… in goep_client_handle_sdp_query_event()
H A Davrcp.c630 …if (sdp_event_query_attribute_byte_get_attribute_length(packet) <= avrcp_sdp_query_attribute_value… in avrcp_handle_sdp_client_query_attribute_value()
633 …query_attribute_byte_get_data_offset(packet)+1) == sdp_event_query_attribute_byte_get_attribute_le… in avrcp_handle_sdp_client_query_attribute_value()
744 … %d", avrcp_sdp_query_attribute_value_buffer_size, sdp_event_query_attribute_byte_get_attribute_le… in avrcp_handle_sdp_client_query_attribute_value()
H A Dhid_host.c573 …if (sdp_event_query_attribute_byte_get_attribute_length(packet) <= hid_host_sdp_attribute_value_bu… in hid_host_handle_sdp_client_query_result()
577 …if ((uint16_t)(attribute_offset + 1) == sdp_event_query_attribute_byte_get_attribute_length(packet… in hid_host_handle_sdp_client_query_result()
652 …red %d", hid_host_sdp_attribute_value_buffer_size, sdp_event_query_attribute_byte_get_attribute_le… in hid_host_handle_sdp_client_query_result()
H A Davdtp.c608 …if (sdp_event_query_attribute_byte_get_attribute_length(packet) <= avdtp_attribute_value_buffer_si… in avdtp_handle_sdp_client_query_attribute_value()
611 …query_attribute_byte_get_data_offset(packet)+1) == sdp_event_query_attribute_byte_get_attribute_le… in avdtp_handle_sdp_client_query_attribute_value()
675 …, required %d", avdtp_attribute_value_buffer_size, sdp_event_query_attribute_byte_get_attribute_le… in avdtp_handle_sdp_client_query_attribute_value()
/btstack/platform/daemon/src/
H A Ddaemon.c1720 sdp_client_assert_buffer(sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_client_query_result()
1722 …query_attribute_byte_get_data_offset(packet)+1) == sdp_event_query_attribute_byte_get_attribute_le… in handle_sdp_client_query_result()
1723 … log_info_hexdump(attribute_value, sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_client_query_result()
1725 … int event_len = 1 + 3 * 2 + sdp_event_query_attribute_byte_get_attribute_length(packet); in handle_sdp_client_query_result()
1730 …little_endian_store_16(event, 5, (uint16_t)sdp_event_query_attribute_byte_get_attribute_length(pac… in handle_sdp_client_query_result()
1731 … memcpy(&event[7], attribute_value, sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_client_query_result()
/btstack/src/ble/
H A Dgatt_client.c3364 …if (sdp_event_query_attribute_byte_get_attribute_length(packet) <= sizeof(gatt_client_classic_sdp_… in gatt_client_handle_sdp_client_query_attribute_value()
3366 …query_attribute_byte_get_data_offset(packet)+1) == sdp_event_query_attribute_byte_get_attribute_le… in gatt_client_handle_sdp_client_query_attribute_value()
/btstack/src/
H A Dbtstack_event.h2575 static inline uint16_t sdp_event_query_attribute_byte_get_attribute_length(const uint8_t * event){ in sdp_event_query_attribute_byte_get_attribute_length() function