OVMS3-idf/examples/bluetooth/bt_discovery
Jiang Jiang Jian 3a19fb7e8a Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master'
bugfix/btdm_controller_enable_failed_in_examples

See merge request idf/esp-idf!3224
2018-09-12 16:41:58 +08:00
..
main Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master' 2018-09-12 16:41:58 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
Makefile remove executable permission from source files 2018-05-29 20:07:45 +08:00
README.rst remove executable permission from source files 2018-05-29 20:07:45 +08:00
sdkconfig.defaults Merge branch 'master' into feature/cmake 2018-08-30 18:51:01 +08:00

ESP-IDF BT-INQUIRY demo
======================

Demo of Classic Bluetooth Device and Service Discovery

This is the demo for user to use ESP_APIs to perform inquiry to search for a target device and then performs service search via SDP.

Options choose step:
    1. make menuconfig.
    2. enter menuconfig "Component config", choose "Bluetooth"
    3. enter menu Bluetooth, choose "Classic Bluetooth" and do not choose "Release DRAM from Classic BT controller"
    4. choose your options.

After the program started, the device will start inquiry to search for a device with Major device type "PHONE" in the Class of Device Field. Then it will cancel the inquiry and started to perform service discovering on this remote device.