]> granicus.if.org Git - esp-idf/commit
Component/bt: add gattc and gatts coex example
authorzhiweijian <zhiweijian@espressif.com>
Mon, 27 May 2019 13:43:43 +0000 (21:43 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Wed, 19 Jun 2019 09:30:06 +0000 (17:30 +0800)
commitf78eea97fe803875a4b0940ce50155cbb870f70b
tree0074dd858c5d1735cbf81b78af527bb25d27285d
parent052129626426a5c93c895746dd24f9fe40e7e128
Component/bt: add gattc and gatts coex example
examples/bluetooth/gattc_gatts_coex/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/gattc_gatts_coex/Makefile [new file with mode: 0644]
examples/bluetooth/gattc_gatts_coex/README.md [new file with mode: 0644]
examples/bluetooth/gattc_gatts_coex/main/CMakeLists.txt [new file with mode: 0644]
examples/bluetooth/gattc_gatts_coex/main/component.mk [new file with mode: 0644]
examples/bluetooth/gattc_gatts_coex/main/gattc_gatts_coex.c [new file with mode: 0644]
examples/bluetooth/gattc_gatts_coex/sdkconfig.defaults [new file with mode: 0644]