]> granicus.if.org Git - esp-idf/commit
component/bt : add bt device api
authorTian Hao <tianhao@espressif.com>
Fri, 6 Jan 2017 13:19:58 +0000 (21:19 +0800)
committerTian Hao <tianhao@espressif.com>
Fri, 6 Jan 2017 13:19:58 +0000 (21:19 +0800)
commit9c630b759f3b0f5be4abf556fef509592818a3f0
tree82b1a2d022789a512a0472f3a3636d9267b1aa7f
parente4b9563dacf5daee27ba8c6ff21d1b003fb37ae9
component/bt : add bt device api

1. add get bd_addr function
components/bt/bluedroid/api/esp_bt_device.c [new file with mode: 0644]
components/bt/bluedroid/api/include/esp_bt_defs.h
components/bt/bluedroid/api/include/esp_bt_device.h [new file with mode: 0644]
docs/api/bt_common.rst
docs/api/esp_bt_device.rst [new file with mode: 0644]
examples/12_blufi/main/blufi_main.c