draft comments for sdp general query

This commit is contained in:
Matthias Ringwald 2015-04-24 11:31:40 +02:00
parent bb3267bd05
commit f2c3367255
2 changed files with 16 additions and 7 deletions

View File

@ -36,9 +36,15 @@
*/ */
// ***************************************************************************** // *****************************************************************************
// /* EXAMPLE_START(sdp_general_query): Dump remote SDP Records
// minimal setup for SDP client over USB or UART *
// * @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" #include "btstack-config.h"
@ -142,3 +148,5 @@ int btstack_main(int argc, const char * argv[]){
return 0; return 0;
} }
/* EXAMPLE_END */

View File

@ -1,8 +1,7 @@
ancs_client ancs_client
ancs_client.h ancs_client.h
ble_central_test ble_central_test
ble_peripheral ble_peripheral_test
ble_peripheral_sm_minimal
bnep_test bnep_test
classic_test classic_test
gap_dedicated_bonding gap_dedicated_bonding
@ -13,6 +12,9 @@ gatt_browser
hsp_ag_test hsp_ag_test
hsp_hs_test hsp_hs_test
l2cap_test l2cap_test
le_counter
le_counter.h
led_counter
profile.h profile.h
sdp_bnep_query sdp_bnep_query
sdp_general_query sdp_general_query
@ -21,4 +23,3 @@ spp_and_le_counter
spp_and_le_counter.h spp_and_le_counter.h
spp_counter spp_counter
spp_streamer spp_streamer
led_counter