Home
last modified time | relevance | path

Searched refs:rc_state (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_rc.cc177 btrc_connection_state_t rc_state; member
363 if (btif_rc_cb.rc_multi_cb[idx].rc_state == in alloc_device()
378 if (btif_rc_cb.rc_multi_cb[index].rc_state != in get_connected_device()
389 if (btif_rc_cb.rc_multi_cb[idx].rc_state == in get_num_connected_devices()
403 if ((btif_rc_cb.rc_multi_cb[idx].rc_state != in btif_rc_get_device_by_bda()
416 if ((btif_rc_cb.rc_multi_cb[idx].rc_state != in btif_rc_get_device_by_handle()
639 p_dev->rc_state = BTRC_CONNECTION_STATE_CONNECTED; in handle_rc_connect()
696 if (p_dev->rc_state == BTRC_CONNECTION_STATE_CONNECTED) { in handle_rc_disconnect()
699 p_dev->rc_state = BTRC_CONNECTION_STATE_DISCONNECTED; in handle_rc_disconnect()
1725 btif_rc_cb.rc_multi_cb[idx].rc_state = BTRC_CONNECTION_STATE_DISCONNECTED; in init()
[all …]