Home
last modified time | relevance | path

Searched refs:test_string (Results 1 – 2 of 2) sorted by relevance

/btstack/example/
H A Datt_delayed_response.c98 const char * test_string = "Delayed response"; variable
182 …return att_read_callback_handle_blob((const uint8_t *)test_string, strlen(test_string), offset, bu… in att_read_callback()
205 …return att_read_callback_handle_blob((const uint8_t *)test_string, (uint16_t) strlen(test_string),… in att_read_callback()
/btstack/test/sdp/
H A Dsdp_record_builder.cpp72 static const char * test_string = "test"; variable
234 name =test_string; in TEST()
259 name =test_string; in TEST()
285 name =test_string; in TEST()
310 name =test_string; in TEST()
508 int expected_len = spp_sdp_record_size_for_service_name(test_string); in TEST()
509 spp_create_sdp_record(service_buffer, 0, 0, test_string); in TEST()