mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
component/bt : mv demo name
1. mv demo name 2. fix a docs
This commit is contained in:
parent
9f151d745e
commit
142756615b
@ -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.
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user