component/bt: merge SDP client and SDP server example to a single demo

This commit is contained in:
wangmengyang
2016-11-01 11:54:01 +08:00
parent 124a673a78
commit a8b2608dd9
34 changed files with 2418 additions and 429 deletions

View File

@@ -55,8 +55,8 @@ esp_err_t esp_bt_sdp_remove_record_by_user(void *user_data);
/**********************************************************************************************/
/**********************************************************************************************/
/* API into SDP for local service database updates */
/* these APIs are indended to be called in callback function in the context of stack task,
/* API into SDP for local service database updates
* these APIs are indended to be called in callback function in the context of stack task,
* to handle BT_SDP_CREATE_RECORD_USER_EVT and BT_SDP_REMOVE_RECORD_USER_EVT
*/