Skip to content

Commit 13d0d73

Browse files
committed
Add get db hash/service change_ind api only and implemnt it in furture
bug: v/65182 Signed-off-by: zhongzhijie1 <zhongzhijie1@xiaomi.com>
1 parent 4a54b51 commit 13d0d73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

service/stacks/zephyr/sal_gatt_server_interface.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,18 @@ bt_status_t bt_sal_gatt_server_set_phy(bt_controller_id_t id, bt_address_t* addr
11241124
return bt_sal_le_set_phy(id, addr, tx_phy, rx_phy);
11251125
}
11261126

1127+
#ifdef CONFIG_BLUETOOTH_GATTS_CACHE_SUPPORT
1128+
bt_status_t bt_sal_gatt_server_get_database_hash(bt_controller_id_t id, bt_address_t* addr, bool force_update)
1129+
{
1130+
SAL_NOT_SUPPORT;
1131+
}
1132+
#endif
1133+
1134+
bt_status_t bt_sal_gatt_server_change_indicate(bt_controller_id_t id, uint16_t start_hdl, uint16_t end_hdl)
1135+
{
1136+
SAL_NOT_SUPPORT;
1137+
}
1138+
11271139
void bt_sal_gatt_server_connection_state_changed_callback(bt_controller_id_t id, bt_address_t* addr, profile_connection_state_t state)
11281140
{
11291141
if_gatts_on_connection_state_changed(addr, state);

0 commit comments

Comments
 (0)