blob: e00c81047e7357d1a67a0ba1a1f0becd1b64b128 [file] [log] [blame]
/*
* Copyright 2023 Codecoup
*
* SPDX-License-Identifier: Apache-2.0
*/
SECTIONS
{
bt_conn_cb_area : ALIGN(4)
{
_bt_conn_cb_list_start = .;
KEEP(*(SORT_BY_NAME(._bt_conn_cb.static.*)))
_bt_conn_cb_list_end = .;
}
bt_gatt_service_static_area : ALIGN(4)
{
_bt_gatt_service_static_list_start = .;
KEEP(*(SORT_BY_NAME(._bt_gatt_service_static.static.*)))
_bt_gatt_service_static_list_end = .;
}
}