Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.cc175 btrc_connection_state_t rc_state; member
361 if (btif_rc_cb.rc_multi_cb[idx].rc_state == in alloc_device()
376 if (btif_rc_cb.rc_multi_cb[index].rc_state != in get_connected_device()
387 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()
636 p_dev->rc_state = BTRC_CONNECTION_STATE_CONNECTED; in handle_rc_connect()
690 if (p_dev->rc_state == BTRC_CONNECTION_STATE_CONNECTED) { in handle_rc_disconnect()
693 p_dev->rc_state = BTRC_CONNECTION_STATE_DISCONNECTED; in handle_rc_disconnect()
1745 btif_rc_cb.rc_multi_cb[idx].rc_state = BTRC_CONNECTION_STATE_DISCONNECTED; in init()
[all …]