mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
wireless/bluetooth/bt_conn.c: Avoid assuming wlinfo expansion
This commit is contained in:
parent
af4f81a7e1
commit
14b7ea01ba
1 changed files with 0 additions and 2 deletions
|
|
@ -92,7 +92,6 @@ static struct bt_conn_handoff_s g_conn_handoff =
|
|||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_DEBUG_WIRELESS_INFO
|
||||
static const char *state2str(enum bt_conn_state_e state)
|
||||
{
|
||||
switch (state)
|
||||
|
|
@ -116,7 +115,6 @@ static const char *state2str(enum bt_conn_state_e state)
|
|||
return "(unknown)";
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static void bt_conn_reset_rx_state(FAR struct bt_conn_s *conn)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue