Skip to content

Commit dbc28ad

Browse files
committed
bt: update stub source file
Make sure shutdown call is in the stubs file. Signed-off-by: Sylvio Alves <[email protected]>
1 parent e66a0ad commit dbc28ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zephyr/port/bluetooth/bt_stubs.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ void coex_pti_v2(void)
162162
{
163163
}
164164

165+
void esp_bt_controller_shutdown(void)
166+
{
167+
}
168+
165169
void sdk_config_set_bt_pll_track_enable(bool enable)
166170
{
167171
}

0 commit comments

Comments
 (0)