Merge branch 'feature/btdm_add_set_local_icon_api' into 'master'
Component/bt: add set gap icon API See merge request idf/esp-idf!2129
This commit is contained in:
@@ -1645,6 +1645,18 @@ tBTM_STATUS BTM_BleBroadcast(BOOLEAN start, tBTM_START_STOP_ADV_CMPL_CBACK *p_st
|
||||
//extern
|
||||
BOOLEAN BTM_BleConfigPrivacy(BOOLEAN enable, tBTM_SET_LOCAL_PRIVACY_CBACK *set_local_privacy_cabck);
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
** Function BTM_BleConfigLocalIcon
|
||||
**
|
||||
** Description This function is called to set local icon
|
||||
**
|
||||
** Parameters icon: appearance value.
|
||||
**
|
||||
**
|
||||
*******************************************************************************/
|
||||
void BTM_BleConfigLocalIcon(uint16_t icon);
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
** Function BTM_BleLocalPrivacyEnabled
|
||||
|
||||
Reference in New Issue
Block a user