mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 09:02:30 +00:00
draft comments for sdp general query
This commit is contained in:
parent
bb3267bd05
commit
f2c3367255
@ -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 */
|
||||||
|
7
platforms/libusb/.gitignore
vendored
7
platforms/libusb/.gitignore
vendored
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user