Skip to content

Commit 1fa9426

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 48b77ae commit 1fa9426

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
@@ -1101,6 +1101,18 @@ bt_status_t bt_sal_gatt_server_set_phy(bt_controller_id_t id, bt_address_t* addr
11011101
return bt_sal_le_set_phy(id, addr, tx_phy, rx_phy);
11021102
}
11031103

1104+
#ifdef CONFIG_BLUETOOTH_GATTS_CACHE_SUPPORT
1105+
bt_status_t bt_sal_gatt_server_get_database_hash(bt_controller_id_t id, bt_address_t* addr, bool force_update)
1106+
{
1107+
SAL_NOT_SUPPORT;
1108+
}
1109+
#endif
1110+
1111+
bt_status_t bt_sal_gatt_server_change_indicate(bt_controller_id_t id, uint16_t start_hdl, uint16_t end_hdl)
1112+
{
1113+
SAL_NOT_SUPPORT;
1114+
}
1115+
11041116
void bt_sal_gatt_server_connection_state_changed_callback(bt_controller_id_t id, bt_address_t* addr, profile_connection_state_t state)
11051117
{
11061118
if_gatts_on_connection_state_changed(addr, state);

0 commit comments

Comments
 (0)