Lines Matching refs:connect_state
61 int connect_state; member
389 bt_state.connect_state = RK_BT_IDEL; in rk_bt_source_status_callback()
395 bt_state.connect_state = RK_BT_CONNECTED; in rk_bt_source_status_callback()
403 bt_state.connect_state = RK_BT_IDEL; in rk_bt_source_status_callback()
431 bt_state.connect_state = RK_BT_IDEL; in rk_bt_source_status_callback()
630 if (bt_state.connect_state == RK_BT_IDEL && in main()
633 bt_state.connect_state = RK_BT_CONNECTING; in main()
636 bt_state.connect_state = RK_BT_IDEL; in main()
641 …state = %d, disconnect_state = %d\n", PRINT_FLAG_RKBTSOURCE, bt_state.connect_state, bt_state.disc… in main()
695 if (bt_state.disconnect_state == RK_BT_IDEL && bt_state.connect_state == RK_BT_CONNECTED) { in main()
704 …state = %d, disconnect_state = %d\n", PRINT_FLAG_RKBTSOURCE, bt_state.connect_state, bt_state.disc… in main()