fix(ble/bluedroid): Fixed bt buuld error
fix(ble/bluedroid): disable power management if bt is disabled (cherry picked from commit 6f27074c1ee4486cedf8adeb1a57e67b9cb6a525) Co-authored-by: zhiweijian <zhiweijian@espressif.com>
This commit is contained in:
@@ -573,8 +573,8 @@ typedef struct {
|
||||
#endif // (GATTC_INCLUDED == TRUE)
|
||||
#if (GATTS_INCLUDED == TRUE)
|
||||
UINT8 srv_chg_mode; /* internal use: service change mode */
|
||||
#endif // (GATTS_INCLUDED == TRUE)
|
||||
tGATTS_RSP rsp; /* use to read internal service attribute */
|
||||
#endif // (GATTS_INCLUDED == TRUE)
|
||||
} tGATT_CB;
|
||||
|
||||
typedef struct{
|
||||
|
||||
Reference in New Issue
Block a user