fix(bt/bluedroid): Fix bugs in ble service change characteristic

This commit is contained in:
zhanghaipeng
2023-10-13 10:48:55 +08:00
parent 2b551b09c8
commit c73d7c0b60
6 changed files with 66 additions and 27 deletions

View File

@@ -943,7 +943,7 @@ tGATT_STATUS GATTS_SetAttributeValue(UINT16 attr_handle, UINT16 length, UINT8 *v
*******************************************************************************/
tGATT_STATUS GATTS_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value);
tGATT_STATUS GATTS_GetAttributeValueInternal(UINT16 attr_handle, UINT16 *length, UINT8 **value);
/*******************************************************************************/
/* GATT Profile Client Functions */