Home
last modified time | relevance | path

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

/btstack/example/
H A Dsdp_bnep_query.c185 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)){ in handle_sdp_client_query_result()
197 …* Attribute 0x%04x: BNEP PAN protocol UUID: %04x\n", sdp_event_query_attribute_byte_get_attribute_… in handle_sdp_client_query_result()
210 …printf(" ** Attribute 0x%04x: %s\n", sdp_event_query_attribute_byte_get_attribute_id(packet), str); in handle_sdp_client_query_result()
220 … printf(" ** Attribute 0x%04x: ", sdp_event_query_attribute_byte_get_attribute_id(packet)); in handle_sdp_client_query_result()
H A Dpanu_demo.c219 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)) { in handle_sdp_client_query_result()
230 …P Attribute 0x%04x: BNEP PAN protocol UUID: %04x\n", sdp_event_query_attribute_byte_get_attribute_… in handle_sdp_client_query_result()
241 …printf("SDP Attribute: 0x%04x: %s\n", sdp_event_query_attribute_byte_get_attribute_id(packet), str… in handle_sdp_client_query_result()
244 … printf("SDP Attribute: 0x%04x\n", sdp_event_query_attribute_byte_get_attribute_id(packet)); in handle_sdp_client_query_result()
H A Dsdp_general_query.c165 … printf("Attribute 0x%04x: ", sdp_event_query_attribute_byte_get_attribute_id(packet)); in handle_sdp_client_query_result()
/btstack/test/sdp_client/
H A Dgeneral_sdp_query.cpp129 if (sdp_event_query_attribute_byte_get_attribute_id(event) != attributeId ){ in test_attribute_value_event()
133 attributeId = sdp_event_query_attribute_byte_get_attribute_id(event); in test_attribute_value_event()
H A Dservice_attribute_search_query.cpp75 if (sdp_event_query_attribute_byte_get_attribute_id(event) != attributeId ){ in test_attribute_value_event()
79 attributeId = sdp_event_query_attribute_byte_get_attribute_id(event); in test_attribute_value_event()
/btstack/src/classic/
H A Dgoep_client.c280 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)){ in goep_client_handle_sdp_query_event()
296 …ceeded for attribute %x: available %d, required %d", sdp_event_query_attribute_byte_get_attribute_… in goep_client_handle_sdp_query_event()
307 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)) { in goep_client_handle_sdp_query_event()
H A Dsdp_client_rfcomm.c340 switch (sdp_event_query_attribute_byte_get_attribute_id(packet)){ in sdp_client_query_rfcomm_handle_sdp_parser_event()
H A Davrcp.c634 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)) { in avrcp_handle_sdp_client_query_attribute_value()
H A Dhid_host.c549 attribute_id = sdp_event_query_attribute_byte_get_attribute_id(packet); in hid_host_handle_sdp_client_query_result()
H A Davdtp.c613 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)) { in avdtp_handle_sdp_client_query_attribute_value()
/btstack/platform/daemon/src/
H A Ddaemon.c1729 … little_endian_store_16(event, 3, sdp_event_query_attribute_byte_get_attribute_id(packet)); in handle_sdp_client_query_result()
/btstack/src/ble/
H A Dgatt_client.c3367 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)) { in gatt_client_handle_sdp_client_query_attribute_value()
/btstack/src/
H A Dbtstack_event.h2566 static inline uint16_t sdp_event_query_attribute_byte_get_attribute_id(const uint8_t * event){ in sdp_event_query_attribute_byte_get_attribute_id() function