I used thingy s132 pca20020 sdk and i changed the code.
send data.accel.x, data.accel.y, data.accel.z data when data over the limit in swith case DRV_MOTION_EVT_RAW in drv_motion_evt_handler().
and send the p_data->ec02_ppm data when data over the limit in drv_gas_data_handler().
when thingy52 connect with android nrf toolbox for ble app.
gas data is send the data anytime when data over the limit.
but motion data don't send the data when data over the limit and only work in when RTT Viewer connected with thingy52.