]> granicus.if.org Git - esp-idf/commit
component/bt: add example for ble spp client
authorxiewenxiang <xiewenxiang@espressif.com>
Wed, 23 Aug 2017 09:40:54 +0000 (17:40 +0800)
committerxiewenxiang <xiewenxiang@espressif.com>
Fri, 25 Aug 2017 01:52:24 +0000 (09:52 +0800)
commitb3fa390681f57155fd33ddc220316f9e1f3f7f4e
tree4e879fe2d1c8d8d445711e23867f2c36831a1208
parent363f2016031e6e88f3b6600226039727c2243ec5
component/bt: add example for ble spp client

 - this demo needs to work with the spp server demo
examples/bluetooth/ble_spp_client/Makefile [new file with mode: 0644]
examples/bluetooth/ble_spp_client/README.rst [new file with mode: 0644]
examples/bluetooth/ble_spp_client/main/component.mk [new file with mode: 0644]
examples/bluetooth/ble_spp_client/main/spp_client_demo.c [new file with mode: 0644]
examples/bluetooth/ble_spp_client/sdkconfig.defaults [new file with mode: 0644]