mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-07 16:12:51 +00:00
Component/bt: add gatts send service change indication API
This commit is contained in:
@@ -1141,7 +1141,18 @@ extern BOOLEAN GATT_CancelConnect (tGATT_IF gatt_if, BD_ADDR bd_addr,
|
||||
*******************************************************************************/
|
||||
extern tGATT_STATUS GATT_Disconnect (UINT16 conn_id);
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
** Function GATT_SendServiceChangeIndication
|
||||
**
|
||||
** Description This function is to send a service change indication
|
||||
**
|
||||
** Parameters bd_addr: peer device address.
|
||||
**
|
||||
** Returns status.
|
||||
**
|
||||
*******************************************************************************/
|
||||
extern tGATT_STATUS GATT_SendServiceChangeIndication (BD_ADDR bd_addr);
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
|
Reference in New Issue
Block a user