Searched refs:sdp_event_query_attribute_byte_get_attribute_length (Results 1 – 13 of 13) sorted by relevance
/btstack/test/sdp_client/ |
H A D | general_sdp_query.cpp | 141 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 D | service_attribute_search_query.cpp | 87 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 D | sdp_general_query.c | 161 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 D | panu_demo.c | 214 … 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 D | sdp_bnep_query.c | 175 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 D | sdp_client_rfcomm.c | 343 …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 D | goep_client.c | 295 …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 D | avrcp.c | 630 …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 D | hid_host.c | 573 …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 D | avdtp.c | 608 …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 D | daemon.c | 1720 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 D | gatt_client.c | 3364 …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 D | btstack_event.h | 2575 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
|