Searched refs:sdp_event_query_attribute_byte_get_attribute_id (Results 1 – 13 of 13) sorted by relevance
/btstack/example/ |
H A D | sdp_bnep_query.c | 185 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 D | panu_demo.c | 219 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 D | sdp_general_query.c | 165 … 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 D | general_sdp_query.cpp | 129 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 D | service_attribute_search_query.cpp | 75 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 D | goep_client.c | 280 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 D | sdp_client_rfcomm.c | 340 switch (sdp_event_query_attribute_byte_get_attribute_id(packet)){ in sdp_client_query_rfcomm_handle_sdp_parser_event()
|
H A D | avrcp.c | 634 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)) { in avrcp_handle_sdp_client_query_attribute_value()
|
H A D | hid_host.c | 549 attribute_id = sdp_event_query_attribute_byte_get_attribute_id(packet); in hid_host_handle_sdp_client_query_result()
|
H A D | avdtp.c | 613 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)) { in avdtp_handle_sdp_client_query_attribute_value()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 1729 … 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 D | gatt_client.c | 3367 switch(sdp_event_query_attribute_byte_get_attribute_id(packet)) { in gatt_client_handle_sdp_client_query_attribute_value()
|
/btstack/src/ |
H A D | btstack_event.h | 2566 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
|