component/bt : mv demo name

1. mv demo name
2. fix a docs
This commit is contained in:
Tian Hao 2017-01-12 14:44:26 +08:00
parent 9f151d745e
commit 142756615b
8 changed files with 7 additions and 6 deletions

View File

@ -441,7 +441,8 @@ esp_err_t esp_ble_gatts_stop_service(uint16_t service_handle);
/** /**
* @brief This function is called to read a characteristics descriptor. * @brief Send indicate or notify to GATT client.
* Set param need_confirm as false will send notification, otherwise indication.
* *
* @param[in] gatts_if: GATT server access interface * @param[in] gatts_if: GATT server access interface
* @param[in] conn_id - connection id to indicate. * @param[in] conn_id - connection id to indicate.

View File

@ -3,7 +3,7 @@
# project subdirectory. # project subdirectory.
# #
PROJECT_NAME := gatt_server_table_creat_demo PROJECT_NAME := gatt_server_service_table_demo
COMPONENT_ADD_INCLUDEDIRS := components/include COMPONENT_ADD_INCLUDEDIRS := components/include