diff --git a/example/embedded/sdp_general_query.c b/example/embedded/sdp_general_query.c index 3f92e5c5d..e9eea1a0a 100644 --- a/example/embedded/sdp_general_query.c +++ b/example/embedded/sdp_general_query.c @@ -36,9 +36,15 @@ */ // ***************************************************************************** -// -// minimal setup for SDP client over USB or UART -// +/* EXAMPLE_START(sdp_general_query): Dump remote SDP Records + * + * @text The example shows how the SDP Client is used to get a list of + * service records on a remote device. The address of the remote device is + * fixed in the variable remote below. + * The SDP Client returns the results of the query in chunks. Each result + * packet contains the record ID, the Attribute ID, and a chunk of the Attribute + * value. + */ // ***************************************************************************** #include "btstack-config.h" @@ -142,3 +148,5 @@ int btstack_main(int argc, const char * argv[]){ return 0; } + +/* EXAMPLE_END */ diff --git a/platforms/libusb/.gitignore b/platforms/libusb/.gitignore index 8f8ca2e07..0e4b95542 100644 --- a/platforms/libusb/.gitignore +++ b/platforms/libusb/.gitignore @@ -1,8 +1,7 @@ ancs_client ancs_client.h ble_central_test -ble_peripheral -ble_peripheral_sm_minimal +ble_peripheral_test bnep_test classic_test gap_dedicated_bonding @@ -13,6 +12,9 @@ gatt_browser hsp_ag_test hsp_hs_test l2cap_test +le_counter +le_counter.h +led_counter profile.h sdp_bnep_query sdp_general_query @@ -20,5 +22,4 @@ sdp_rfcomm_query spp_and_le_counter spp_and_le_counter.h spp_counter -spp_streamer -led_counter +spp_streamer \ No newline at end of file