component/bt : cleanup the spell && redundant

This commit is contained in:
Tian Hao
2016-11-28 14:58:30 +08:00
parent 1173106a20
commit ff8ce12787
21 changed files with 33 additions and 571 deletions

View File

@@ -73,7 +73,7 @@ esp_err_t esp_ble_gatts_create_service(esp_gatt_if_t gatt_if,
}
esp_err_t esp_ble_gatts_add_include_service(uint16_t service_handle, uint16_t included_service_handle)
esp_err_t esp_ble_gatts_add_included_service(uint16_t service_handle, uint16_t included_service_handle)
{
btc_msg_t msg;
btc_ble_gatts_args_t arg;